Mon, 06 Oct 2014 16:35:02 -0400 |
Jordi GutiƩrrez Hermoso |
config: use the same hgrc for a cloned repo as for an uninitted repo
|
Tue, 07 Oct 2014 00:09:50 -0700 |
Pierre-Yves David |
repair: use `first` instead of direct indexing
|
Fri, 26 Sep 2014 13:56:20 -0700 |
Pierre-Yves David |
clone: remove duplicated bookmark pulling
|
Fri, 26 Sep 2014 15:15:49 -0700 |
Pierre-Yves David |
clone: explicitly push bookmarks when cloning from local to remote
|
Fri, 26 Sep 2014 13:55:53 -0700 |
Pierre-Yves David |
clone: copy `.hg/bookmarks` during copy clone
|
Thu, 25 Sep 2014 01:41:26 -0700 |
Pierre-Yves David |
clone: use `exchange.push` instead of `localrepo.push`
|
Tue, 09 Sep 2014 17:16:24 -0400 |
Augie Fackler |
clone: provide sample username = config entry in .hg/hgrc (issue4359)
|
Thu, 21 Aug 2014 16:05:29 -0700 |
Siddharth Agarwal |
clone: for local clones, copy over filtered branchcaches as well (issue4286)
|
Thu, 21 Aug 2014 15:58:32 -0700 |
Siddharth Agarwal |
clone: for local clones, copy branchcache from the right location (issue4286)
|
Sat, 21 Jun 2014 14:49:49 +0530 |
Chinmay Joshi |
hg: update newly added listdir function of vfs in clone
|
Sat, 21 Jun 2014 14:44:09 +0530 |
Chinmay Joshi |
hg: use vfs functions in clone
|
Sat, 21 Jun 2014 14:40:29 +0530 |
Chinmay Joshi |
hg: update util.writefile method to use write with vfs in share
|
Sat, 21 Jun 2014 14:37:39 +0530 |
Chinmay Joshi |
hg: update to use vfs functions in shared destination repository
|
Sat, 21 Jun 2014 14:29:20 +0530 |
Chinmay Joshi |
hg: use vfs functions in destination repository with share
|
Fri, 09 May 2014 18:09:11 -0700 |
Durham Goode |
update: specify custom conflict markers for update (BC)
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return peer object for remote repository
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return empty list instead of "None"
|
Tue, 01 Apr 2014 15:11:19 -0500 |
Matt Mackall |
merge with stable
|
Mon, 31 Mar 2014 10:12:07 -0500 |
Kevin Bullock |
merge with stable
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
Sat, 29 Mar 2014 01:20:07 +0900 |
FUJIWARA Katsunori |
hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109)
stable
|
Tue, 25 Mar 2014 16:17:16 -0500 |
Matt Mackall |
merge with stable
|
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
|
Sat, 22 Mar 2014 00:46:12 +0900 |
Yuya Nishihara |
clone: abort if default destination has no meaningful name (BC)
|
Sat, 22 Mar 2014 00:46:08 +0900 |
Yuya Nishihara |
clone: add doctest for default destination
|
Wed, 19 Mar 2014 02:45:14 +0100 |
Mads Kiilerich |
config: set a 'source' in most cases where config don't come from file but code
|
Mon, 03 Feb 2014 14:36:20 -0800 |
Siddharth Agarwal |
hg: note that islocal only accepts paths pointing to repos
stable
|
Mon, 03 Feb 2014 14:53:44 -0800 |
Siddharth Agarwal |
hg.openpath: use url.islocal to tell if the path is local (issue3624)
stable
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branchmap: cache open/closed branch head information
|