log tests/test_pull.py @ 1555:cff81f35b31e

age author description
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Mon, 23 May 2016 17:15:58 -0400 Augie Fackler test_hooks: cope with localrepo.parents() going away stable
Wed, 08 Jul 2015 22:00:57 -0700 Durham Goode tests: check '.' for tags instead of None stable
Fri, 04 Apr 2014 21:27:55 -0400 Augie Fackler pull: fix pull when phases.new-commit=secret stable
Fri, 09 Aug 2013 23:45:57 +0200 Dan Villiom Podlaski Christiansen test_pull: use stupid mode metaclass
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Wed, 16 May 2012 16:52:25 -0700 Bryan O'Sullivan pull: add a hgsubversion.unsafeskip option to omit unwanted revs
Thu, 19 Apr 2012 18:29:29 +0200 Patrick Mezard test_util: pass repo_path to _add_svn_rev() explicitely
Thu, 19 Apr 2012 18:29:25 +0200 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
Tue, 24 May 2011 21:07:27 -0500 Augie Fackler svnmeta: store youngest revision pulled from subversion
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard test_pull: commands.pull() no longer aborts when crossing branches
Tue, 24 May 2011 15:20:56 -0500 Augie Fackler test_pull: clean up whitespace
Wed, 08 Sep 2010 09:57:06 +0200 Peter Arrenbrecht tests: move _add_svn_rev to test_util for reuse
Wed, 20 May 2009 18:38:01 +0200 Dan Villiom Podlaski Christiansen Use fallbacks in the wrappers for Subversion support, instead of prefixes.
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.
Mon, 27 Apr 2009 09:39:39 -0500 Martijn Pieters Implement -u/--update support when pulling.