log

age author description
Fri, 25 Jan 2013 17:55:46 -0500 Greg Ward add testedwith to record which hg versions work default tip
Thu, 19 Jul 2012 17:41:06 -0400 Greg Ward Adapt test output to Mercurial 2.3
Thu, 19 Jul 2012 17:35:42 -0400 Greg Ward Fix to work with Mercurial 2.2 (override merge._checkunknownfile()).
Thu, 19 Jul 2012 14:23:09 -0400 Greg Ward ...and fix killdaemons symlink too (sigh)
Thu, 19 Jul 2012 14:14:34 -0400 Greg Ward Fix run-tests.py symlink to match docs.
Thu, 10 May 2012 22:13:02 -0400 Matt Harbison autostatus: fix mysterious incompatibility with Mercurial 2.2
Thu, 10 May 2012 21:46:03 -0400 Greg Ward test-autoupdate: adapt to changed output from Mercurial 2.1
Mon, 05 Dec 2011 17:23:17 -0500 Greg Ward bfutil: fix crash when reporting "no matching big files"
Thu, 01 Dec 2011 10:19:13 -0500 Greg Ward Rewrite convert-store in Python for portability. migrate
Thu, 27 Oct 2011 17:13:06 -0400 Greg Ward bfupdate: add missing util.makedirs() in fast path
Sat, 22 Oct 2011 17:19:36 -0400 Greg Ward Add initial support for migrating to largefiles. migrate
Sat, 22 Oct 2011 17:18:45 -0400 Greg Ward merge with default migrate
Sat, 22 Oct 2011 17:17:58 -0400 Greg Ward README: mention largefiles with pointer to migration instructions.
Sat, 22 Oct 2011 16:28:23 -0400 Greg Ward new branch for migrating to largefiles migrate
Tue, 16 Aug 2011 21:39:53 -0400 Greg Ward bug 9: sshstore: send Unix pathnames when getting files too.
Mon, 08 Aug 2011 08:23:02 -0400 Greg Ward Handle missing 'latest' files better.
Sun, 07 Aug 2011 14:53:14 -0400 Greg Ward Split up bfiles_repo.commit() for readability.
Sun, 07 Aug 2011 14:35:45 -0400 Greg Ward Fail more clearly if user passes big files to 'hg commit'.
Thu, 04 Aug 2011 11:32:20 -0500 David Bernat Ignore big files much earlier with add, addremove, and commit -A.
Thu, 04 Aug 2011 09:44:58 -0400 Greg Ward Add copyright and license statements.
Mon, 01 Aug 2011 12:27:14 -0400 Greg Ward Update instructions on running tests.
Mon, 01 Aug 2011 12:24:20 -0400 Greg Ward merge with self (and squash accidental, unwanted change in c410c7168ddc)
Thu, 21 Jul 2011 15:22:33 -0400 Greg Ward DEV: update to latest bfiles (mainly to fix bug 9: bfput from Windows)
Sun, 31 Jul 2011 22:11:21 -0400 Greg Ward Remove special treatment of addremove.
Sun, 31 Jul 2011 22:09:57 -0400 Greg Ward Do not allow adding big files as normal Mercurial files.
Sun, 31 Jul 2011 18:21:37 -0400 Greg Ward bfremove: add -k/--keep option.
Sun, 24 Jul 2011 15:25:25 -0400 Greg Ward Adapt to Mercurial 1.9: url.getauthinfo() replaced by util.url.authinfo().
Sat, 23 Jul 2011 16:07:38 -0400 Greg Ward Adapt to most API changes in Mercurial 1.9.
Fri, 08 Jul 2011 17:46:30 -0400 Greg Ward Adjust to the new scmutil module in Mercurial 1.9.
Fri, 08 Jul 2011 11:22:44 -0400 Greg Ward bug 9: sshstore: send Unix pathnames over the wire (second fix).
Fri, 08 Jul 2011 11:14:28 -0400 Greg Ward Oops: update test-refresh.py expectations.
Fri, 08 Jul 2011 11:10:31 -0400 Greg Ward test-refresh.py: simplify manual undo of bfrefresh a bit.
Fri, 08 Jul 2011 10:40:57 -0400 Greg Ward bfupdate: set mode for big files whose content has not changed.
Fri, 08 Jul 2011 09:29:53 -0400 Greg Ward bfrefresh: correctly refresh when only a file's mode has changed.
Mon, 04 Apr 2011 16:23:22 -0400 Greg Ward bfdirstate: fix spurious "found N big files with uncommitted changes" error.
Mon, 04 Apr 2011 15:31:03 -0400 Greg Ward test-update: convert from hgtest to unified.
Mon, 04 Apr 2011 15:30:23 -0400 Greg Ward lsmode: use lstat(), not stat().
Mon, 04 Apr 2011 13:54:29 -0400 Greg Ward test-switch: test switching a big file to normal and fix bugs revealed.
Thu, 24 Mar 2011 10:10:45 -0400 Greg Ward test-switch: add a second clone to the mix.
Fri, 01 Apr 2011 15:47:31 -0400 Greg Ward Handle removed big files better.
Fri, 01 Apr 2011 15:08:35 -0400 Greg Ward test-autoput: adapt to URL output changes in latest hg.
Thu, 24 Mar 2011 10:21:24 -0400 Greg Ward Don't crash when regenerating bfdirstate if a big file has been removed.
Thu, 03 Mar 2011 15:15:05 -0500 Greg Ward Convert test-switch.py to unified form.
Sun, 30 Jan 2011 11:14:29 -0500 Greg Ward Portability wrappers are not private to bfutil: rename them.
Sun, 30 Jan 2011 11:08:48 -0500 Adrian Buehlmann Adapt to Mercurial 1.8: util.unlink() is now util.unlinkpath().
Fri, 03 Dec 2010 19:22:00 -0500 Greg Ward bfdirstate: adjust to incompatible change coming in Mercurial 1.8.
Fri, 03 Dec 2010 08:23:31 -0500 Greg Ward test-autostatus: ignore exit status of hg forget/remove.
Wed, 01 Dec 2010 21:59:43 -0500 Greg Ward Add minsize configuration setting.
Wed, 01 Dec 2010 21:36:50 -0500 Greg Ward Convert test-autoupdate to unified form.
Wed, 01 Dec 2010 21:23:56 -0500 Greg Ward Convert test-autostatus to unified form.
Wed, 01 Dec 2010 21:14:34 -0500 Greg Ward Convert test-autoput-net to unified form.
Wed, 01 Dec 2010 21:06:43 -0500 Greg Ward Remove accidental executable bit.
Tue, 30 Nov 2010 17:49:21 -0500 Greg Ward Convert test-httpstore to unified form.
Sun, 28 Nov 2010 21:59:14 -0500 Greg Ward bfput: fix accidental test dependence on filesystem order.
Sun, 28 Nov 2010 17:53:33 -0500 Greg Ward Enable an assertion about empty dirs under .hg/bfiles/{pending,committed}.
Sun, 28 Nov 2010 17:43:47 -0500 Greg Ward bfput: report number of uploaded files and revisions.
Sun, 28 Nov 2010 17:31:06 -0500 Greg Ward Make bfput and bfstatus see pending-but-removed big files (bug 15).
Fri, 26 Nov 2010 21:38:17 -0500 Greg Ward Make sure big files are never reported as ignored (bug 12).
Fri, 26 Nov 2010 17:24:45 -0500 Greg Ward Make big files invisible to addremove.
Fri, 26 Nov 2010 16:26:20 -0500 Greg Ward tests: add "ucommon": file for code shared by unified test scripts.