Mercurial > hgsubversion
log tests/test_util.py @ 257:ffccf0080e54
age | author | description |
---|---|---|
Fri, 10 Apr 2009 22:38:29 -0500 | Augie Fackler | Move wrappers for hg commands to their own module. |
Wed, 08 Apr 2009 17:53:48 +0200 | Dirkjan Ochtman | Move push into svncommands. |
Wed, 08 Apr 2009 17:49:30 +0200 | Dirkjan Ochtman | Move fetch_command.fetch_revisions() to svncommands.pull(). |
Tue, 31 Mar 2009 10:50:21 -0500 | Augie Fackler | tests: Start providing our own custom hgrc for testing purposes. |
Wed, 21 Jan 2009 20:27:51 -0600 | Augie Fackler | Add some comprehensive tests that can be run with nose in order to make it easier to verify stupid and real replay do the same thing. |
Tue, 30 Dec 2008 20:33:57 -0600 | Patrick Mezard | test_util: check all committed revisions are pushed |
Sat, 20 Dec 2008 19:13:46 -0600 | Augie Fackler | tests: Add an environment variable (HGSUBVERSION_TEST_TEMP) which allows |
Thu, 11 Dec 2008 20:24:48 -0600 | Augie Fackler | utility_commands: Add tests for url and info. Fix a bad mock in the process. |