log tests/test_rebuildmeta.py @ 833:312b37bc5e20

age author description
Wed, 12 Oct 2011 15:43:31 +0800 Yonggang Luo tests: avoid shadowing Python builtin all()
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Tue, 24 May 2011 21:07:27 -0500 Augie Fackler svnmeta: store youngest revision pulled from subversion
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Fri, 12 Nov 2010 19:22:20 +0100 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
Fri, 06 Aug 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen test_rebuildmeta: make an assertion more helpful.
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
Sat, 10 Jul 2010 14:39:30 +0200 Dan Villiom Podlaski Christiansen tests: disallow calling changectx.children() during rebuildmeta
Wed, 23 Jun 2010 13:42:53 +0200 Dan Villiom Podlaski Christiansen test_rebuildmeta: use just added diff support when comparing files.
Tue, 23 Feb 2010 17:16:51 +0100 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.
Sat, 18 Jul 2009 22:30:59 -0500 Augie Fackler tags: handle the most recent commit being an edit to an svn tag properly
Wed, 01 Jul 2009 14:42:46 -0500 Augie Fackler tags: handle copyfrom old versions of tags more correctly
Fri, 26 Jun 2009 14:53:58 -0500 Augie Fackler tags: allow editing tags of closed branches without reopening the branch
Tue, 23 Jun 2009 21:33:40 -0500 Augie Fackler tags: reinstate a tag map file in a better way
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.