log tests/test_rebuildmeta.py @ 560:9cac09f91728

age author description
2009-10-17 Augie Fackler Support for single-directory clones.
2009-07-19 Augie Fackler tags: handle the most recent commit being an edit to an svn tag properly
2009-07-01 Augie Fackler tags: handle copyfrom old versions of tags more correctly
2009-06-26 Augie Fackler tags: allow editing tags of closed branches without reopening the branch
2009-06-24 Augie Fackler tags: reinstate a tag map file in a better way
2009-06-24 Augie Fackler tags: handle edits to tags as gracefully as possible
2009-06-11 Dirkjan Ochtman invert the svnmeta/editor relationship
2009-06-11 Dirkjan Ochtman split parts of HgChangeReceiver out into an SVNMeta class
2009-06-10 Dirkjan Ochtman editor: simplify HgChangeReceiver constructor signature
2009-05-31 Augie Fackler Remove vestigial references to the tags_info file we no longer need.
2009-05-22 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
2009-05-14 Augie Fackler Reorganize to have a more conventional module structure.
2009-05-15 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
2009-04-08 Dirkjan Ochtman Move rebuildmeta into svncommands.
2009-03-27 Dan Villiom Podlaski Christiansen Get rid of .hg/svn/last_rev:
2009-03-03 Augie Fackler test_rebuildmeta: Remove the "expected missing" hack now that the branch refactor fixed that problem.
2009-03-03 Augie Fackler Stop allowing "missing" branches in the tests, since that is fixed by the branch refactor.
2009-01-22 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.
2009-01-13 Benoit Boissinot remove generators (compat with python2.3)
2008-12-24 Augie Fackler utility_commands: Implement rebuildmeta so that metadata can be rebuilt.