log tests/test_single_dir_clone.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
Fri, 27 Mar 2015 16:44:05 -0700 Siddharth Agarwal tests: always compare manifest keys in sorted order
Mon, 03 Feb 2014 01:55:56 -0500 Augie Fackler compathacks: new module to collect hacks to work around hg internals changing
Fri, 09 Aug 2013 23:46:00 +0200 Dan Villiom Podlaski Christiansen test_single_dir_clone: use stupid mode metaclass
Thu, 08 Aug 2013 09:22:10 +0200 Dan Villiom Podlaski Christiansen tests: split single directory tests that push & clone in two modules
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Wed, 14 Dec 2011 00:07:57 +0100 Dan Villiom Podlaski Christiansen svnmeta: only remove directory components in normalize()
Thu, 19 Apr 2012 18:29:31 +0200 Patrick Mezard test_util: pass repo_path to svnpropget(), turn into a function
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:29 +0200 Patrick Mezard test_util: pass repo_path to _add_svn_rev() explicitely
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
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, 15 Jun 2011 14:44:14 +0200 Patrick Mezard test_util: handle dispatch.dispatch() taking a request
Thu, 10 Mar 2011 22:17:56 +0100 Patrick Mezard pushmod: fix binary files svn:mime-type (issue255)
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen tests & help: fix compatibility with Mercurial 1.4 and earlier.
Thu, 23 Sep 2010 16:54:27 +0200 Dan Villiom Podlaski Christiansen clone: replace the --singlebranch with overloading for --branch
Wed, 08 Sep 2010 10:43:02 +0200 Peter Arrenbrecht push: fix case where we get >1 revs back after svn commit
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
Fri, 26 Feb 2010 14:52:50 +0100 Dirkjan Ochtman tests: make sure single dir clone tests get run by non-nose users
Tue, 26 Jan 2010 17:36:13 +0100 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
Wed, 25 Nov 2009 23:09:26 -0500 Augie Fackler single: add another test for single-dir push
Tue, 20 Oct 2009 14:34:00 -0400 Daniel Tang push: fix for single directory repository layouts
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.