hg-bfiles

log

age author description
7 days ago Matt Harbison autostatus: fix mysterious incompatibility with Mercurial 2.2default tip
7 days ago Greg Ward test-autoupdate: adapt to changed output from Mercurial 2.1
5 months ago Greg Ward bfutil: fix crash when reporting "no matching big files"
5 months ago Greg Ward Rewrite convert-store in Python for portability.migrate
6 months ago Greg Ward bfupdate: add missing util.makedirs() in fast path
6 months ago Greg Ward Add initial support for migrating to largefiles.migrate
6 months ago Greg Ward merge with defaultmigrate
6 months ago Greg Ward README: mention largefiles with pointer to migration instructions.
6 months ago Greg Ward new branch for migrating to largefilesmigrate
9 months ago Greg Ward bug 9: sshstore: send Unix pathnames when getting files too.
9 months ago Greg Ward Handle missing 'latest' files better.
9 months ago Greg Ward Split up bfiles_repo.commit() for readability.
9 months ago Greg Ward Fail more clearly if user passes big files to 'hg commit'.
9 months ago David Bernat Ignore big files much earlier with add, addremove, and commit -A.
9 months ago Greg Ward Add copyright and license statements.
9 months ago Greg Ward Update instructions on running tests.
9 months ago Greg Ward merge with self (and squash accidental, unwanted change in c410c7168ddc)
10 months ago Greg Ward DEV: update to latest bfiles (mainly to fix bug 9: bfput from Windows)
9 months ago Greg Ward Remove special treatment of addremove.
9 months ago Greg Ward Do not allow adding big files as normal Mercurial files.
9 months ago Greg Ward bfremove: add -k/--keep option.
9 months ago Greg Ward Adapt to Mercurial 1.9: url.getauthinfo() replaced by util.url.authinfo().
9 months ago Greg Ward Adapt to most API changes in Mercurial 1.9.
10 months ago Greg Ward Adjust to the new scmutil module in Mercurial 1.9.
10 months ago Greg Ward bug 9: sshstore: send Unix pathnames over the wire (second fix).
10 months ago Greg Ward Oops: update test-refresh.py expectations.
10 months ago Greg Ward test-refresh.py: simplify manual undo of bfrefresh a bit.
10 months ago Greg Ward bfupdate: set mode for big files whose content has not changed.
10 months ago Greg Ward bfrefresh: correctly refresh when only a file's mode has changed.
13 months ago Greg Ward bfdirstate: fix spurious "found N big files with uncommitted changes" error.
13 months ago Greg Ward test-update: convert from hgtest to unified.
13 months ago Greg Ward lsmode: use lstat(), not stat().
13 months ago Greg Ward test-switch: test switching a big file to normal and fix bugs revealed.
14 months ago Greg Ward test-switch: add a second clone to the mix.
13 months ago Greg Ward Handle removed big files better.
13 months ago Greg Ward test-autoput: adapt to URL output changes in latest hg.
14 months ago Greg Ward Don't crash when regenerating bfdirstate if a big file has been removed.
14 months ago Greg Ward Convert test-switch.py to unified form.
15 months ago Greg Ward Portability wrappers are not private to bfutil: rename them.
15 months ago Adrian Buehlmann Adapt to Mercurial 1.8: util.unlink() is now util.unlinkpath().
17 months ago Greg Ward bfdirstate: adjust to incompatible change coming in Mercurial 1.8.
17 months ago Greg Ward test-autostatus: ignore exit status of hg forget/remove.
17 months ago Greg Ward Add minsize configuration setting.
17 months ago Greg Ward Convert test-autoupdate to unified form.
17 months ago Greg Ward Convert test-autostatus to unified form.
17 months ago Greg Ward Convert test-autoput-net to unified form.
17 months ago Greg Ward Remove accidental executable bit.
17 months ago Greg Ward Convert test-httpstore to unified form.
17 months ago Greg Ward bfput: fix accidental test dependence on filesystem order.
17 months ago Greg Ward Enable an assertion about empty dirs under .hg/bfiles/{pending,committed}.
17 months ago Greg Ward bfput: report number of uploaded files and revisions.
17 months ago Greg Ward Make bfput and bfstatus see pending-but-removed big files (bug 15).
17 months ago Greg Ward Make sure big files are never reported as ignored (bug 12).
17 months ago Greg Ward Make big files invisible to addremove.
17 months ago Greg Ward tests: add "ucommon": file for code shared by unified test scripts.
17 months ago Greg Ward Convert test-purge.py to unified test-bfpurge.t.
17 months ago Greg Ward Convert test-autoput to unified form.
17 months ago Greg Ward Convert test-autorefresh to unified form.
19 months ago Greg Ward test-autoput-net: normalize output of push over http.
19 months ago Greg Ward autoupdate: handle "update -C" too.