log tests/test_externals.py @ 869:db3a651494f9

age author description
Thu, 19 Apr 2012 18:29:30 +0200 Patrick Mezard test_util: pass repo_path to svnls(), turn it into a function
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, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Wed, 23 Mar 2011 22:21:06 -0500 Augie Fackler test_externals: flag another case as using hgsub, use assertMultiLineEqual
Wed, 09 Mar 2011 22:07:26 +0100 Patrick Mezard replay: copy copied directories externals
Wed, 02 Mar 2011 21:06:30 +0100 Patrick Mezard externals: ignore externals blank or comment lines
Sun, 13 Feb 2011 20:14:01 +0100 Patrick Mezard pushmod: do not delete the whole branch when deleting .hgsub
Wed, 02 Feb 2011 14:25:58 +0100 Patrick Mezard svnexternals: handle new overwrite argument of subrepo.get()
Sun, 12 Dec 2010 15:32:25 +0100 Patrick Mezard svnexternals: add 'ignore' mode to avoid converting externals
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: support pushing subrepo based externals
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: support subrepos based externals checkout
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: preliminary support for subrepos based externals
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: generate externals with a revision placeholder
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests