hg-bfiles

log

age author description
3 weeks ago Greg Ward Update README.txt to reflect package splitdefault tip
4 weeks ago Greg Ward doc fix to reflect package split
4 weeks ago Greg Ward Implement bfpurge command.
7 weeks ago Greg Ward bfput: don't blow up if the user passes filenames.
2 months ago Greg Ward Split bfiles.py up into a package.
2 months ago Greg Ward Convert test-reposetup to hgtest framework.
2 months ago Greg Ward Rewrite _is_standin() so it does not depend on _split_standin().
2 months ago Greg Ward Document that Mercurial 1.4 is now required (because of util.expandpath()).
2 months ago Greg Ward Adapt to Mercurial 1.6: repo.remove() is now workingctx.remove().
2 months ago Greg Ward Adapt to Mercurial 1.6: cannot call dirstate.normaldirty() anymore.
2 months ago Greg Ward Adapt to Mercurial 1.6: repo.add() is now workingctx.add().
2 months ago Greg Ward Document autostatus mode.
2 months ago Greg Ward Convert test-merge to hgtest framework.
2 months ago Greg Ward sshstore: ensure no double slashes in paths.
2 months ago Till Rathmann sshstore: open big file in binary mode before sending it over the wire.
2 months ago Greg Ward Add comments explaining why os.fdopen() after mkstemp() is binary safe.
3 months ago Till Rathmann sshstore: always use Unix path syntax for paths that sent over the wire.
2 months ago Greg Ward Improve comment.
2 months ago Greg Ward Make it possible (if painful) to manually undo a bfrefresh.
2 months ago Greg Ward test-bfrefresh: make it pass on Windows, come hell or high water.
2 months ago Greg Ward bfrefresh: walk the bfiles dirstate looking for files to refresh.
2 months ago Greg Ward tests: move "if posix" test into assertexec().
2 months ago Greg Ward Tiny cleanups; doc tweak.
2 months ago Greg Ward Create the bfiles dirstate if it does not already exist.
2 months ago Greg Ward Hack to detect and warn about apparent conflict with another extension.
2 months ago Greg Ward docs: describe .hg/bfiles/committed alongside .hg/bfiles/pending.
2 months ago Greg Ward tests: update .out files forgotten in 215ad5bc2c58 and b18cfbea2787.
2 months ago Greg Ward merge with self
2 months ago Greg Ward test-add: add some more tests of bfstatus (post-bfadd and post-bfput).
2 months ago Greg Ward test-update: make sure bfupdate restores missing file in subdir.
2 months ago Greg Ward Doc tweaks; notably, the auto* options are now implemented.
2 months ago Greg Ward tests: support Python 2.4.
2 months ago Greg Ward Support Python 2.4: use mercurial.util.sha1().
2 months ago Greg Ward test-update: get it working on Windows (almost: still diffs in .out file).
2 months ago Greg Ward test-sshstore: do not run Unix-specific tests on Windows.
2 months ago Greg Ward Oops: update forgotten test output file.
2 months ago Greg Ward Open standin files in binary mode, so "\n" is really just "\n".
2 months ago Greg Ward hgtest: hack process exit code so my Unix-centric expections work on Windows.
2 months ago Greg Ward test-refresh: skip file permissions tests on Windows.
2 months ago Greg Ward Convert test-remove to hgtest framework.
2 months ago Greg Ward Convert test-refresh to hgtest framework.
2 months ago Greg Ward Fix permissions.
2 months ago Greg Ward Convert test-list to hgtest framework.
2 months ago Greg Ward Fix permissions on test-*.py.
2 months ago Greg Ward Convert test-switch to hgtest framework (test-switch.py).
2 months ago Greg Ward hgtest: make announce() output more obvious.
2 months ago Greg Ward Convert test-update to hgtest Python script (test-update.py).
2 months ago Greg Ward hgtest: do not print 'PASS: <prefix>' for successful asserts.
2 months ago Greg Ward bfupate: overhaul file removal so it works on Windows.
2 months ago Greg Ward tests: add fakessh script, so we can test SSH stuff without using SSH.
2 months ago Greg Ward tests: convert test-sshstore from shell script to hgtest Python script.
2 months ago Greg Ward hgtest: filter output of Mercurial to normalize filenames.
2 months ago Greg Ward hgtest: change private function _walk() to a public method.
2 months ago Greg Ward tests: make _walk() and associated assert*() methods easier to use.
2 months ago Greg Ward hgtest: don't get confused by *.py[co] when reporting failure context.
2 months ago Greg Ward tests: do not need to "fix" output of 'hg status' after all.
2 months ago Greg Ward hgtest: don't clobber $HGRCPATH, append to it.
2 months ago Greg Ward hgtest: factor out tjoin() method.
3 months ago Greg Ward bfstatus: correctly process filenames in state "BPC".
3 months ago Greg Ward tests: ensure that we can compare lists of filenames on Windows.