log tests/test_rebuildmeta.py @ 882:07234759a3f7 1.4

age author description
2012-04-19 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2011-05-25 Augie Fackler svnmeta: store youngest revision pulled from subversion
2011-06-15 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
2010-11-12 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
2010-08-06 Dan Villiom Podlaski Christiansen test_rebuildmeta: make an assertion more helpful.
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-07-10 Dan Villiom Podlaski Christiansen tests: disallow calling changectx.children() during rebuildmeta
2010-06-23 Dan Villiom Podlaski Christiansen test_rebuildmeta: use just added diff support when comparing files.
2010-02-23 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)
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.