log tests/test_fetch_mappings.py @ 1517:b3e41b0d50a2

age author description
2016-06-27 Augie Fackler Merge with stable.
2016-06-26 Augie Fackler tests: add some sorted() calls on unsorted sets stable
2016-06-06 Augie Fackler AuthorMap: no longer take a meta
2016-06-06 Augie Fackler AuthorMap: make local implementation concerns stop using self.meta
2014-03-24 Sean Farley tests: add test for regex and glob
2016-01-28 Jerome M. BERGER Added dynamic author mapping.
2014-03-24 Sean Farley maps: allow an empty map to not convert specific branches
2014-03-24 Sean Farley tests: remove empty branchmap test
2014-03-24 Sean Farley maps: change authormap to initialize with an svnmeta object
2013-10-17 Augie Fackler test_fetch_mappings: trim some superfluous whitespace
2013-01-08 maugustin authormap: allow case-insensitive authormaps for easier conversions
2013-08-09 Dan Villiom Podlaski Christiansen filemap tests: use stupid mode metaclass & decorator
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2012-10-15 Patrick Mezard editor: do not record invalid path deletion
2012-10-20 Patrick Mezard editor: process missing files with regular files
2012-10-14 Patrick Mezard editor: ignore added or copied files excluded by a filemap
2012-10-07 Patrick Mezard test_fetch_mappings: reduce copy/paste
2012-09-10 Patrick Mezard Fix more peer breakage with old hg versions
2012-07-19 Bryan O'Sullivan tests: fix regressions introduced by peer classes in hg 2.3
2011-12-13 Dan Villiom Podlaski Christiansen svn verify: use a custom editor and get_revision()
2012-05-13 Dan Villiom Podlaski Christiansen move verify to a file of its own
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.