log tests/test_rebuildmeta.py @ 447:0d3b5acb1d51

age author description
Tue, 23 Jun 2009 21:38:27 -0500 Augie Fackler tags: handle edits to tags as gracefully as possible
Thu, 11 Jun 2009 18:49:52 +0200 Dirkjan Ochtman invert the svnmeta/editor relationship
Thu, 11 Jun 2009 18:56:35 +0200 Dirkjan Ochtman split parts of HgChangeReceiver out into an SVNMeta class
Wed, 10 Jun 2009 13:32:10 +0200 Dirkjan Ochtman editor: simplify HgChangeReceiver constructor signature
Sat, 30 May 2009 20:28:07 -0500 Augie Fackler Remove vestigial references to the tags_info file we no longer need.
Fri, 22 May 2009 15:12:31 +0200 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure.
Fri, 15 May 2009 19:18:43 +0200 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
Wed, 08 Apr 2009 18:49:44 +0200 Dirkjan Ochtman Move rebuildmeta into svncommands.
Fri, 27 Mar 2009 01:09:36 +0100 Dan Villiom Podlaski Christiansen Get rid of .hg/svn/last_rev:
Tue, 03 Mar 2009 00:02:09 -0600 Augie Fackler test_rebuildmeta: Remove the "expected missing" hack now that the branch refactor fixed that problem.
Mon, 02 Mar 2009 23:54:32 -0600 Augie Fackler Stop allowing "missing" branches in the tests, since that is fixed by the branch refactor.
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, 13 Jan 2009 15:39:22 +0100 Benoit Boissinot remove generators (compat with python2.3)
Tue, 23 Dec 2008 22:19:26 -0600 Augie Fackler utility_commands: Implement rebuildmeta so that metadata can be rebuilt.