log tests/test_fetch_branches.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 17:02:12 -0400 Augie Fackler tests: add some sorted() calls on unsorted sets stable
Fri, 27 Mar 2015 16:44:05 -0700 Siddharth Agarwal tests: always compare manifest keys in sorted order
Sun, 17 Nov 2013 09:57:00 -0800 David Schleimer editor: correctly import copies of directories from non-tracked or closed branches
Mon, 03 Feb 2014 01:55:56 -0500 Augie Fackler compathacks: new module to collect hacks to work around hg internals changing
Wed, 11 Sep 2013 10:55:01 -0700 David Schleimer layouts: add support for an infix between tbt and the hg root
Tue, 11 Jun 2013 17:53:31 -0700 David Schleimer layouts: add support for configuring branches directory
Fri, 09 Aug 2013 23:45:54 +0200 Dan Villiom Podlaski Christiansen test_fetch_branches: use stupid mode metaclass
Fri, 09 Aug 2013 11:22:50 -0400 Dan Villiom Podlaski Christiansen tests: count revisions explicitly
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Mon, 05 Aug 2013 20:49:53 +0200 Dan Villiom Podlaski Christiansen drop support for pre-2.0 versions of Mercurial
Sat, 06 Oct 2012 10:10:35 +0200 Patrick Mezard editor: relax copyfrom dir checks to avoid extra missing entries
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
Thu, 19 Apr 2012 18:29:25 +0200 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
Wed, 12 Oct 2011 15:43:31 +0800 Yonggang Luo tests: avoid shadowing Python builtin all()
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard test_fetch_branches: stop comparing converted nodeids
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, 02 Mar 2010 17:06:06 +0100 Patrick Mezard stupid: fix getcopies() logic
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix replaced directory copies
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix replaced files content in replay mode
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix issamefile() and copy detection in replay mode
Fri, 26 Feb 2010 14:50:22 +0100 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
Sat, 06 Feb 2010 13:01:35 -0600 Augie Fackler replay: correctly handle renaming the parent dir of a branch
Sat, 04 Jul 2009 18:12:18 +0100 Max Bowsher Fix 'parent dir of a branch is deleted' refactoring from 343da84.
Mon, 15 Jun 2009 12:26:19 -0500 Augie Fackler tests: fix for new branch heads change in upstream hg.
Thu, 11 Jun 2009 18:00:58 +0200 Dirkjan Ochtman branches: correctly deal with branch closing directly after copy/rename
Fri, 29 May 2009 15:24:12 +0200 Dirkjan Ochtman Make branch closing more Mercurial-like.
Fri, 29 May 2009 13:41:28 +0200 Dirkjan Ochtman Test for open branches in the pull result.
Wed, 20 May 2009 21:15:47 +0200 Dan Villiom Podlaski Christiansen Mention what failed when given a non-numeric revision to clone/pull.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure.
Thu, 07 May 2009 20:50:53 +0200 Dan Villiom Podlaski Christiansen alternate approach for supporting svn schemes for repository paths
Sun, 03 May 2009 21:42:42 -0500 Patrick Mezard hg_delta_editor: detect new branches issued from non-branch directories
Mon, 27 Apr 2009 09:39:39 -0500 Martijn Pieters Implement parseurl support (#revision in repository urls)
Fri, 24 Apr 2009 20:36:38 -0500 Martijn Pieters clone: prefer tip of default to overall tip when updating
Tue, 07 Apr 2009 17:38:13 -0500 Augie Fackler Fix and test for directory deletes during branch creation.
Mon, 02 Mar 2009 23:54:14 -0600 Augie Fackler Be more explicit about which branch I'm checking.
Wed, 24 Dec 2008 11:17:50 -0600 Augie Fackler Import cleanup thanks to pyflakes.
Tue, 23 Dec 2008 11:10:32 -0600 Augie Fackler fetch: Refactor extra creation to be shared by real and diff replay.
Sat, 20 Dec 2008 19:04:59 -0600 Augie Fackler Improve branch closing in the case of a single-rev replacement of one branch
Wed, 10 Dec 2008 14:29:05 -0600 Augie Fackler hg_delta_editor: fix bad parent revision calculation in the case of a branch
Wed, 10 Dec 2008 11:03:22 -0600 Patrick Mezard hg_delta_editor: fix parent revision detection on branch copy
Sat, 29 Nov 2008 11:25:01 -0600 Patrick Mezard hg_delta_editor: do not assume branches are copied from trunk by default
Sat, 29 Nov 2008 11:25:01 -0600 Patrick Mezard Add a disabled test for unrelated branches