log tests/test_single_dir_clone.py @ 1598:394007c5efea

age author description
2018-05-25 Paul Morelle tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers
2015-03-27 Siddharth Agarwal tests: always compare manifest keys in sorted order
2014-02-03 Augie Fackler compathacks: new module to collect hacks to work around hg internals changing
2013-08-09 Dan Villiom Podlaski Christiansen test_single_dir_clone: use stupid mode metaclass
2013-08-08 Dan Villiom Podlaski Christiansen tests: split single directory tests that push & clone in two modules
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2011-12-13 Dan Villiom Podlaski Christiansen svnmeta: only remove directory components in normalize()
2012-04-19 Patrick Mezard test_util: pass repo_path to svnpropget(), turn into a function
2012-04-19 Patrick Mezard test_util: pass repo_path to svnls(), turn it into a function
2012-04-19 Patrick Mezard test_util: pass repo_path to _add_svn_rev() explicitely
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
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-06-15 Patrick Mezard test_util: handle dispatch.dispatch() taking a request
2011-03-10 Patrick Mezard pushmod: fix binary files svn:mime-type (issue255)
2010-09-29 Dan Villiom Podlaski Christiansen tests & help: fix compatibility with Mercurial 1.4 and earlier.
2010-09-23 Dan Villiom Podlaski Christiansen clone: replace the --singlebranch with overloading for --branch
2010-09-08 Peter Arrenbrecht push: fix case where we get >1 revs back after svn commit
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: make sure single dir clone tests get run by non-nose users
2010-01-26 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
2009-11-26 Augie Fackler single: add another test for single-dir push
2009-10-20 Daniel Tang push: fix for single directory repository layouts
2009-10-17 Augie Fackler Support for single-directory clones.