log tests/test_fetch_mappings.py @ 1570:d55c9d0ba350

age author description
Fri, 25 May 2018 11:52:03 +0200 Paul Morelle tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers
Sun, 26 Jun 2016 21:10:36 -0400 Augie Fackler Merge with stable.
Sun, 26 Jun 2016 17:02:12 -0400 Augie Fackler tests: add some sorted() calls on unsorted sets stable
Mon, 06 Jun 2016 00:46:45 -0400 Augie Fackler AuthorMap: no longer take a meta
Sun, 05 Jun 2016 20:26:17 -0400 Augie Fackler AuthorMap: make local implementation concerns stop using self.meta
Mon, 24 Mar 2014 11:21:01 -0500 Sean Farley tests: add test for regex and glob
Thu, 28 Jan 2016 19:43:21 +0100 Jerome M. BERGER Added dynamic author mapping.
Mon, 24 Mar 2014 11:20:57 -0500 Sean Farley maps: allow an empty map to not convert specific branches
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley tests: remove empty branchmap test
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: change authormap to initialize with an svnmeta object
Thu, 17 Oct 2013 11:27:25 -0400 Augie Fackler test_fetch_mappings: trim some superfluous whitespace
Tue, 08 Jan 2013 10:44:38 +0100 maugustin authormap: allow case-insensitive authormaps for easier conversions
Fri, 09 Aug 2013 23:43:04 +0200 Dan Villiom Podlaski Christiansen filemap tests: use stupid mode metaclass & decorator
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Mon, 15 Oct 2012 22:24:29 +0200 Patrick Mezard editor: do not record invalid path deletion
Sat, 20 Oct 2012 22:22:02 +0200 Patrick Mezard editor: process missing files with regular files
Sun, 14 Oct 2012 15:51:12 +0200 Patrick Mezard editor: ignore added or copied files excluded by a filemap
Sun, 07 Oct 2012 20:34:04 +0200 Patrick Mezard test_fetch_mappings: reduce copy/paste
Mon, 10 Sep 2012 22:42:49 +0200 Patrick Mezard Fix more peer breakage with old hg versions
Thu, 19 Jul 2012 16:01:17 -0700 Bryan O'Sullivan tests: fix regressions introduced by peer classes in hg 2.3
Wed, 14 Dec 2011 00:07:58 +0100 Dan Villiom Podlaski Christiansen svn verify: use a custom editor and get_revision()
Sun, 13 May 2012 15:36:45 +0200 Dan Villiom Podlaski Christiansen move verify to a file of its own
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
Tue, 31 Jan 2012 08:15:37 -0600 Augie Fackler filemap tests: check the attributes we care about, rather than shas
Sat, 28 Jan 2012 02:18:25 +0400 Vitaliy Filippov Respect filemap rule order (rules that come first are overridden by rules that come later)
Wed, 12 Oct 2011 15:43:31 +0800 Yonggang Luo tests: avoid shadowing Python builtin all()
Fri, 30 Sep 2011 17:01:35 -0500 Augie Fackler stupid/filemap: disable this since it doesn't currently work
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Sun, 28 Nov 2010 03:53:34 +0100 Dan Villiom Podlaski Christiansen make the default substition for an empty commit description the empty string
Sun, 28 Nov 2010 03:47:04 +0100 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
Sun, 28 Nov 2010 03:46:51 +0100 Dan Villiom Podlaski Christiansen test_fetch_mappings: actually test stupid mode in test_author_map_no_author()
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
Fri, 08 Oct 2010 19:07:04 +0200 Dirkjan Ochtman implement tag renames
Tue, 07 Sep 2010 14:33:56 +0200 Dan Villiom Podlaski Christiansen verify: fix verifying mapped branches.
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
Tue, 13 Jul 2010 12:19:16 +0200 Dan Villiom Podlaski Christiansen rebuildmeta: handle mapped branch names.
Tue, 13 Jul 2010 13:18:08 +0200 Dan Villiom Podlaski Christiansen tests: add test for combining two branches using the branchmap
Sat, 10 Jul 2010 14:48:57 +0200 Dan Villiom Podlaski Christiansen branchmap: reject empty mappings
Sat, 10 Jul 2010 14:19:24 +0200 Dan Villiom Podlaski Christiansen branchmap: map empty commits in replay mode.
Sun, 11 Jul 2010 11:46:19 +0200 Dan Villiom Podlaski Christiansen replay/stupid: fix tagging on a branch renamed using a branch map
Fri, 26 Feb 2010 14:50:22 +0100 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Mon, 15 Jun 2009 16:09:27 +0200 Dirkjan Ochtman maps: make sure AuthorMaps don't overwrite themselves, fix overriding
Thu, 28 May 2009 09:44:47 +0200 Dirkjan Ochtman Author maps: strip comments.
Thu, 28 May 2009 09:41:00 +0200 Dirkjan Ochtman Author maps: handle lines without = gracefully.
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.
Fri, 10 Apr 2009 22:38:29 -0500 Augie Fackler Move wrappers for hg commands to their own module.
Wed, 08 Apr 2009 17:49:30 +0200 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
Mon, 02 Mar 2009 23:58:38 -0600 Augie Fackler Refactor branch handling to be much more dynamic (and hopefully robust).
Sat, 03 Jan 2009 20:15:03 -0600 Graham Booker Fetch: add a filemap argument for use in converting old repositories to
Tue, 30 Dec 2008 20:14:03 -0600 Augie Fackler authormap: Add tests, fix in stupid mode.