Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 19 Dec 2009 22:55:33 -0800 |
Brendan Cully |
share: use defaultdest to compute unspecified destination
stable
|
Tue, 01 Dec 2009 19:28:15 -0600 |
Matt Mackall |
share: fix interaction with clone
stable 1.4.1
|
Sat, 07 Nov 2009 23:35:46 +0100 |
Thomas Arendsen Hein |
Branch name printed since a3d73b3e1f8a now in local encoding.
|
Thu, 05 Nov 2009 11:05:13 +0100 |
Adrian Buehlmann |
clone: add option -u/--updaterev
|
Fri, 16 Oct 2009 23:57:34 +0200 |
Adrian Buehlmann |
hg.clone: report branch name on update
|
Thu, 17 Sep 2009 22:39:38 -0700 |
Stuart W Marks |
hg: say 'hg update' instead of 'hg up' in merge status message
|
Mon, 14 Sep 2009 23:48:25 +0200 |
Martin Geisler |
hg: avoid combining translated strings
|
Fri, 04 Sep 2009 23:34:51 +0200 |
Martin Geisler |
Merge with crew-stable
|
Mon, 31 Aug 2009 10:58:33 -0500 |
Matt Mackall |
Make distinct lookup error for localrepo.lookup
|
Wed, 12 Aug 2009 12:07:11 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 12 Aug 2009 12:06:12 -0500 |
Matt Mackall |
Merge with i18n-stable
|
Mon, 27 Jul 2009 18:38:20 -0500 |
Matt Mackall |
Merge with crew
|
Sat, 25 Jul 2009 19:04:08 -0500 |
Matt Mackall |
update: make a naked except more specific (issue1766)
|
Fri, 17 Jul 2009 20:52:21 +0200 |
Martin Geisler |
hg: better wrapping of string literal
|
Fri, 17 Apr 2009 16:34:43 -0700 |
Fred Wulff |
Add (pre)outgoing hooks for local clones.
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
subrepo: add update/merge logic
|
Sat, 13 Jun 2009 18:16:44 -0500 |
Matt Mackall |
share: allow dest to default to the basename of source
|
Sat, 13 Jun 2009 18:01:47 -0500 |
Matt Mackall |
add helper function to create shared repos
|
Thu, 28 May 2009 17:44:57 +0200 |
Benoit Boissinot |
clone: fall back to pull source repo cannot be locked, 937ee88da3ef was a noop
|
Thu, 14 May 2009 22:00:56 +0200 |
Brett Carter |
clone: try updating to the actual changeset specified in options
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
clone: config escaping no longer needed
|
Fri, 24 Apr 2009 18:17:42 +0200 |
Martijn Pieters |
hg: allow hg.parseurl(url, None)
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch dircleanup in mercurial.hg.clone from gc based to explicit
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
Tue, 31 Mar 2009 21:21:53 -0500 |
Steve Borho |
on clone failure, only remove directories we created
|
Sun, 29 Mar 2009 16:15:06 -0500 |
Steve Borho |
allow clone into existing but empty directories
|
Wed, 04 Mar 2009 13:06:16 -0600 |
Augie Fackler |
merge: better error messages to lead users to hg update --clean to abandon merges.
|
Mon, 12 Jan 2009 11:09:14 -0600 |
Matt Mackall |
error: move lock errors
|
Sun, 28 Dec 2008 19:59:42 +0100 |
Benoit Boissinot |
add a comment about the need of hg._update()
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Wed, 24 Sep 2008 13:50:29 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Mon, 22 Sep 2008 14:47:21 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 24 Sep 2008 13:10:09 +0200 |
Dirkjan Ochtman |
clone: honor -r even when pulling named branches
|
Sat, 20 Sep 2008 15:00:58 +0200 |
Benoit Boissinot |
Escape '%' when writing to hgrc (issue1199)
|
Fri, 29 Aug 2008 16:50:11 +0200 |
Benoit Boissinot |
fix regression on empty repo cloning introduced by 0642d9d7ec80
|
Wed, 13 Aug 2008 20:18:44 -0500 |
Matt Mackall |
clone: get a list of files to clone from store
|
Fri, 11 Apr 2008 22:19:52 -0700 |
Bryan O'Sullivan |
repo: add rjoin method
|
Fri, 11 Apr 2008 22:19:51 -0700 |
Bryan O'Sullivan |
parseurl: make revs optional
|
Fri, 11 Apr 2008 22:18:38 -0700 |
Bryan O'Sullivan |
Hoist localpath to the top level
|
Fri, 11 Apr 2008 12:52:56 -0500 |
Matt Mackall |
resolve: new command
|
Fri, 21 Mar 2008 14:52:24 +0100 |
Adrian Buehlmann |
clone: print "updating working directory" status message
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
clone: use cancopy
|
Thu, 06 Mar 2008 22:51:16 +0100 |
Joel Rosdahl |
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 22 Feb 2008 21:58:15 +0100 |
Thomas Arendsen Hein |
Allow "file://localhost/" in addition to "file:///" (issue728)
|
Wed, 13 Feb 2008 19:34:28 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Wed, 13 Feb 2008 18:37:38 -0200 |
Alexis S. L. Carvalho |
clone: make things work when source is a repo object
|
Wed, 13 Feb 2008 18:37:38 -0200 |
Alexis S. L. Carvalho |
clone: expand the path before saving it in .hg/hgrc
|
Thu, 27 Dec 2007 22:28:41 +0100 |
Patrick Mezard |
hg: fail upon copy/link errors while cloning locally
|
Mon, 10 Dec 2007 10:24:14 -0600 |
Matt Mackall |
merge: make return codes more sensible
|
Sun, 02 Dec 2007 13:37:30 -0600 |
Matt Mackall |
clone: fix race with same target directory (issue716)
|
Fri, 31 Aug 2007 23:15:44 +0200 |
Benoit Boissinot |
merge with crew
|
Mon, 27 Aug 2007 02:21:58 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 31 Aug 2007 22:31:43 +0200 |
Benoit Boissinot |
merge with crew-stable
|
Fri, 31 Aug 2007 22:31:03 +0200 |
Benoit Boissinot |
fix the dummy 00changelog.i not being copied on clone
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
clone: remove "file://" before making the path absolute
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
clone: if "url#rev" was given, update to rev
|