tests/test-clone.t
Sat, 27 Feb 2016 18:22:49 -0800 Gregory Szorc hg: obtain lock when creating share from pooled repo (issue5104) stable 3.7.2
Sat, 20 Feb 2016 17:44:29 -0800 Gregory Szorc hg: perform update after pulling during clone with share (issue5103)
Mon, 31 Aug 2015 23:29:15 +0900 Yuya Nishihara dispatch: error out on invalid -R path even if optionalrepo (issue4805) (BC)
Thu, 13 Aug 2015 15:07:07 +0900 FUJIWARA Katsunori hg: avoid auto sharing when the clone destination is remote stable
Mon, 20 Jul 2015 22:44:53 -0400 Matt Harbison test-clone: fix globs for Windows stable
Wed, 08 Jul 2015 16:19:09 -0700 Gregory Szorc hg: support for auto sharing stores when cloning
Fri, 22 May 2015 17:08:59 -0500 Matt Mackall branch: don't warn about branches if repository has multiple branches already
Thu, 21 May 2015 14:30:22 -0500 Matt Mackall tests: fix test-clone on vfat
Sat, 09 May 2015 23:40:40 -0700 Pierre-Yves David progress: get the extremely verbose output out of default debug
Fri, 03 Apr 2015 18:10:12 -0400 Augie Fackler test-clone: fix test expectations on systems without hardlinks
Fri, 13 Mar 2015 18:28:11 -0400 Augie Fackler clone: add progress support to hardlink clones (issue3059)
Thu, 08 Jan 2015 00:01:03 +0100 Mads Kiilerich branchmap: use revbranchcache when updating branch map
Mon, 27 Oct 2014 16:53:01 -0500 Matt Mackall test-clone.t: drop message about listing bookmarks with no hardlinks stable
Mon, 20 Oct 2014 22:08:08 +0900 FUJIWARA Katsunori tests: add "(glob)" for l10n messages in test-clone.t for Windows stable
Wed, 15 Oct 2014 15:35:59 -0400 Augie Fackler tests: use $PYTHON instead of hardcoding python
Fri, 26 Sep 2014 13:56:20 -0700 Pierre-Yves David clone: remove duplicated bookmark pulling
Thu, 21 Aug 2014 16:05:29 -0700 Siddharth Agarwal clone: for local clones, copy over filtered branchcaches as well (issue4286)
Tue, 25 Mar 2014 19:34:17 +0900 FUJIWARA Katsunori hg: use "os.path.join()" to join path components which may be empty (issue4203) stable
Thu, 14 Nov 2013 18:07:43 -0600 Matt Mackall tests: skip tests that require not having root (issue4089)
Mon, 07 Jan 2013 02:00:29 +0100 Mads Kiilerich dispatch: show empty filename in OSError aborts
Mon, 29 Oct 2012 14:02:30 +0100 Adrian Buehlmann clone: show status "updating to bookmark @" stable
Sun, 28 Oct 2012 14:16:16 +0100 Adrian Buehlmann test-clone: fix directory level stable
Sat, 27 Oct 2012 16:39:47 -0500 Matt Mackall bookmarks: backed out new message from changeset 52c7e171e355 stable
Fri, 26 Oct 2012 14:53:31 +0200 Thomas Arendsen Hein clone: print bookmark name when clone activates a bookmark stable
Fri, 26 Oct 2012 13:20:44 +0200 Thomas Arendsen Hein test-clone.t: check that branch "@" is not automatically checked out stable
Wed, 21 Mar 2012 16:53:39 -0500 Kevin Bullock clone: update to @ bookmark if it exists
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Wed, 08 Aug 2012 18:10:16 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on sh command lines
Tue, 31 Jul 2012 19:47:54 +0200 Adrian Buehlmann test-clone: fix for vfat stable
Sat, 28 Jul 2012 12:28:35 +0200 Pierre-Yves David pushkey: add more verbose debug output regarding pushkey stable
Fri, 06 Jul 2012 18:45:27 +0900 FUJIWARA Katsunori localrepo: use the path relative to "self.vfs" instead of "path" argument
Wed, 11 Jul 2012 15:34:32 -0700 Bryan O'Sullivan test-clone: load extensions before doing anything
Fri, 15 Jun 2012 00:02:27 +0200 Mads Kiilerich tests: introduce hghave hardlinks
Sun, 10 Jun 2012 13:01:40 +0200 Mads Kiilerich tests: change odd uses of 'if hghave' to #if
Mon, 04 Jun 2012 19:05:22 +0200 Adrian Buehlmann tests: roll test-clone-failure.t into test-clone.t
Thu, 08 Dec 2011 16:01:44 -0600 Matt Mackall merge with stable
Thu, 08 Dec 2011 14:32:44 -0600 Matt Mackall branch: warn on branching stable
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: don't use stdout redirection for test data
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: hide 'No such file or directory' messages
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: add missing '(glob)'s to match '\' in paths in test output on windows
Wed, 08 Jun 2011 18:24:33 +0200 Peter Arrenbrecht hg: add opts argument to clone for internal remoteui
Tue, 19 Apr 2011 12:04:44 +0200 Martin Geisler tests: remove redundant mkdir
Wed, 01 Dec 2010 04:21:47 +0100 Adrian Buehlmann test-clone.t: add basic cases for destination '' stable
Wed, 20 Oct 2010 17:38:21 -0500 Kevin Bullock pull: silence spurious 'requesting all changes' message stable
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove redundant globs
Fri, 24 Sep 2010 10:13:49 +0200 Martin Geisler tests: added a short description to issue numbers
Wed, 22 Sep 2010 16:06:02 -0500 Brodie Rao tests: add glob matching for unified tests
Wed, 22 Sep 2010 16:06:00 -0500 Brodie Rao tests: require regexes in unified tests to be marked with " (re)"
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Fri, 13 Aug 2010 11:12:37 +0200 Martin Geisler test-clone: f1c2de22b8a8 lost changes from b1ae33b813cb
Thu, 12 Aug 2010 18:30:24 +0200 Martin Geisler Merge with stable
Tue, 10 Aug 2010 13:21:28 +0200 Adrian Buehlmann tests: unify test-clone
less more (0) tip