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

age author description
2012-04-19 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2012-01-31 Augie Fackler filemap tests: check the attributes we care about, rather than shas
2012-01-27 Vitaliy Filippov Respect filemap rule order (rules that come first are overridden by rules that come later)
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-09-30 Augie Fackler stupid/filemap: disable this since it doesn't currently work
2011-06-15 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
2010-11-28 Dan Villiom Podlaski Christiansen make the default substition for an empty commit description the empty string
2010-11-28 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
2010-11-28 Dan Villiom Podlaski Christiansen test_fetch_mappings: actually test stupid mode in test_author_map_no_author()
2010-10-09 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
2010-10-08 Dirkjan Ochtman implement tag renames
2010-09-07 Dan Villiom Podlaski Christiansen verify: fix verifying mapped branches.
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-07-13 Dan Villiom Podlaski Christiansen rebuildmeta: handle mapped branch names.
2010-07-13 Dan Villiom Podlaski Christiansen tests: add test for combining two branches using the branchmap
2010-07-10 Dan Villiom Podlaski Christiansen branchmap: reject empty mappings
2010-07-10 Dan Villiom Podlaski Christiansen branchmap: map empty commits in replay mode.
2010-07-11 Dan Villiom Podlaski Christiansen replay/stupid: fix tagging on a branch renamed using a branch map
2010-02-26 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
2010-03-01 Dirkjan Ochtman add basic branchmap functionality, to rename branches
2009-06-15 Dirkjan Ochtman maps: make sure AuthorMaps don't overwrite themselves, fix overriding
2009-05-28 Dirkjan Ochtman Author maps: strip comments.
2009-05-28 Dirkjan Ochtman Author maps: handle lines without = gracefully.
2009-05-15 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
2009-04-11 Augie Fackler Move wrappers for hg commands to their own module.
2009-04-08 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
2009-03-03 Augie Fackler Refactor branch handling to be much more dynamic (and hopefully robust).
2009-01-04 Graham Booker Fetch: add a filemap argument for use in converting old repositories to
2008-12-31 Augie Fackler authormap: Add tests, fix in stupid mode.