hg-bfiles

log

age author description
23 months ago Greg Ward test-sshstore: do not run Unix-specific tests on Windows.
23 months ago Greg Ward Oops: update forgotten test output file.
23 months ago Greg Ward Open standin files in binary mode, so "\n" is really just "\n".
23 months ago Greg Ward hgtest: hack process exit code so my Unix-centric expections work on Windows.
23 months ago Greg Ward test-refresh: skip file permissions tests on Windows.
23 months ago Greg Ward Convert test-remove to hgtest framework.
23 months ago Greg Ward Convert test-refresh to hgtest framework.
23 months ago Greg Ward Fix permissions.
23 months ago Greg Ward Convert test-list to hgtest framework.
23 months ago Greg Ward Fix permissions on test-*.py.
23 months ago Greg Ward Convert test-switch to hgtest framework (test-switch.py).
23 months ago Greg Ward hgtest: make announce() output more obvious.
23 months ago Greg Ward Convert test-update to hgtest Python script (test-update.py).
23 months ago Greg Ward hgtest: do not print 'PASS: <prefix>' for successful asserts.
23 months ago Greg Ward bfupate: overhaul file removal so it works on Windows.
23 months ago Greg Ward tests: add fakessh script, so we can test SSH stuff without using SSH.
23 months ago Greg Ward tests: convert test-sshstore from shell script to hgtest Python script.
23 months ago Greg Ward hgtest: filter output of Mercurial to normalize filenames.
23 months ago Greg Ward hgtest: change private function _walk() to a public method.
23 months ago Greg Ward tests: make _walk() and associated assert*() methods easier to use.
23 months ago Greg Ward hgtest: don't get confused by *.py[co] when reporting failure context.
23 months ago Greg Ward tests: do not need to "fix" output of 'hg status' after all.
23 months ago Greg Ward hgtest: don't clobber $HGRCPATH, append to it.
23 months ago Greg Ward hgtest: factor out tjoin() method.
23 months ago Greg Ward bfstatus: correctly process filenames in state "BPC".
23 months ago Greg Ward tests: ensure that we can compare lists of filenames on Windows.
23 months ago Greg Ward hgtest: give some context for each failure: print a mini stack trace.
23 months ago Greg Ward hgtest: give nicer output when two lists are not equal.
23 months ago Chad Dombrova Remove trailing whitespace.
23 months ago Chad Dombrova Convert use of 'repo' to 'self' in reposetup.
23 months ago Greg Ward hgtest: use Unix path syntax when logging commands.
23 months ago Greg Ward tests: filter output of 'hg status' to expect local separator, not slash.
23 months ago Greg Ward hgtest: introduce assertoutput() for testing stdout/stderr of hg process.
2010-03-28 Anton Markov Always use '/' as directory separator in _standin()
23 months ago Greg Ward hgtest: show a little more context when tests fail.
23 months ago Greg Ward hgtest: do not pass close_fds to subprocess -- does not work on Windows.
23 months ago Chad Dombrova tests: create BfilesTester subclass of hgtest.Tester in common.py.
23 months ago Greg Ward hgtest: make failures with lots of output much easier to read.
23 months ago Greg Ward hgtest: remove traceback stuff left over from debugging
23 months ago Chad Dombrova hgtest: make sure stdout is printed after test errors.
23 months ago Greg Ward Move "ngtests" stuff into main test directory.
23 months ago Greg Ward ngtests: replace occurrences of TESTDIR and HGTMP in command logging.
23 months ago Greg Ward Fix compatibility with future Mercurial 1.6.
23 months ago Chad Dombrova Fix reposetup to use subclassing instead of extensions.wrapfunction().
23 months ago Chad Dombrova Reorder reposetup() slightly in preparation for using a subclass.
23 months ago Greg Ward Remove an unnecessary use of repo.basicstatus() in bfremove().
24 months ago Chad Dombrova Ensure that files put into a local store are readable by others.
24 months ago Greg Ward Test that files are added to the local store with the right mode.
24 months ago Greg Ward bfupdate: fix iteration order when looking for files to remove.
24 months ago Greg Ward tests: 'echo -n' is not portable, so avoid it.
24 months ago Greg Ward tests: 'cp -al' is not portable (OS X); use 'cp -R' instead.
24 months ago Chad Dombrova tests: no sha1sum on OS X; use openssl instead
24 months ago Tessa Starkey Add support for autoput mode: bfput before push.
24 months ago Greg Ward Completely rewrite auto-refresh feature.
24 months ago Greg Ward Factor _bfrefresh() worker function out of bfrefresh command function.
24 months ago Greg Ward Simplify _compose_standin_matcher() so that it works from a subdir.
2010-04-19 Qi Yang Add auto-refresh mode: automatically refresh standins at commit time.
24 months ago Greg Ward Rename _get_matcher() arg 'paths' to 'pats' for consistency.
2010-05-09 Greg Ward Fiddle with imports a bit: notably, import match as match_.
2010-05-08 Greg Ward Convert test-add to ngtests framework.