log tests/test_externals.py @ 1229:46523cdfd3b0 stable 1.6.3

age author description
2013-08-09 Dan Villiom Podlaski Christiansen test_externals: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen push: obsolete rather than rebase & strip when enabled
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2012-04-19 Patrick Mezard test_util: pass repo_path to svnco() explicitely
2012-04-19 Patrick Mezard test_util: pass repo_path to svnls(), turn it into a function
2012-04-19 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2011-03-24 Augie Fackler test_externals: flag another case as using hgsub, use assertMultiLineEqual
2011-03-09 Patrick Mezard replay: copy copied directories externals
2011-03-02 Patrick Mezard externals: ignore externals blank or comment lines
2011-02-13 Patrick Mezard pushmod: do not delete the whole branch when deleting .hgsub
2011-02-02 Patrick Mezard svnexternals: handle new overwrite argument of subrepo.get()
2010-12-12 Patrick Mezard svnexternals: add 'ignore' mode to avoid converting externals
2010-11-25 Patrick Mezard svnexternals: support pushing subrepo based externals
2010-11-25 Patrick Mezard svnexternals: support subrepos based externals checkout
2010-11-25 Patrick Mezard svnexternals: preliminary support for subrepos based externals
2010-11-25 Patrick Mezard svnexternals: generate externals with a revision placeholder
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-02-26 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
2009-05-14 Augie Fackler Reorganize to have a more conventional module structure.
2009-05-04 Patrick Mezard svnexternals: do not use peg revisions as --rev replacements
2009-04-22 Patrick Mezard Add 'updateexternals' to synchronize externals with remote repo.
2009-03-28 Augie Fackler branches: change handling again, but this time a little less magic.
2009-03-27 Augie Fackler Stopped idiotic filtering of revisions that did not edit something branches/tags/trunk.
2009-01-22 Augie Fackler Remove useless imports.
2009-01-15 Patrick Mezard Do not recurse for externals on copied directory in stupid mode
2009-01-15 Patrick Mezard test_externals: test branch copy, use absolute externals
2009-01-02 Patrick Mezard Really delete the .hgsvnexternals file when explicitely removed
2009-01-02 Patrick Mezard Support svn:externals changes via .hgsvnexternals updates
2009-01-02 Patrick Mezard Convert svn:externals properties into a .hgsvnexternals file