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
|
Fri, 22 Nov 2013 19:13:26 +0100 |
Martin Geisler |
hg: remove outdated comment
|
Tue, 12 Nov 2013 16:23:52 +0900 |
FUJIWARA Katsunori |
lock: take both vfs and lock file path relative to vfs to access via vfs
|
Tue, 12 Nov 2013 16:23:52 +0900 |
FUJIWARA Katsunori |
hg: rewrite "copystore()" with vfs
|
Sat, 21 Sep 2013 21:33:29 +0900 |
FUJIWARA Katsunori |
extensions: list up only enabled extensions, if "ui" is specified
|
Sun, 30 Jun 2013 15:19:39 -0500 |
Matt Mackall |
merge with stable
|
Fri, 28 Jun 2013 16:58:31 -0700 |
Siddharth Agarwal |
update: remove .hg/graftstate on clean (issue3970)
stable
|
Sat, 08 Jun 2013 22:37:08 +0200 |
simon |
hg: move return statement after finally block
|
Fri, 18 Jan 2013 15:54:09 +0100 |
Mads Kiilerich |
unionrepo: read-only operations on a union of two localrepos
|
Mon, 04 Feb 2013 23:26:44 +0100 |
Mads Kiilerich |
largefiles: don't crash when trying to find default dest for url without path
stable
|
Tue, 27 Nov 2012 21:31:59 -0500 |
Matt Harbison |
share: backout fd903f89e42b, except the test
stable
|
Mon, 28 Jan 2013 13:56:11 +0100 |
Pierre-Yves David |
discovery: outgoing pass unfiltered repo to findcommonincoming (issue3776)
stable
|
Fri, 05 Oct 2012 18:10:56 -0500 |
Augie Fackler |
hg: replace DirCleanup class with normal try/finally use
|
Sun, 13 Jan 2013 01:39:16 -0600 |
Kevin Bullock |
filtering: rename filters to their antonyms
|
Fri, 11 Jan 2013 20:34:54 +0100 |
Pierre-Yves David |
clfilter: enforce hidden filtering on all repository accesses
|
Sat, 27 Oct 2012 12:38:59 +0200 |
simon |
share: always set default path to work with subrepos (issue3518)
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Thu, 01 Nov 2012 13:46:03 +0100 |
Adrian Buehlmann |
openpath: specify binary mode and use util.posixfile
stable
|
Wed, 24 Oct 2012 18:45:22 +0200 |
Simon Heimberg |
subrepo: only do clean update when overwrite is set (issue3276)
stable
|
Wed, 17 Oct 2012 21:30:08 -0700 |
Siddharth Agarwal |
url: use open and not url.open for local files (issue3624)
stable
|
Mon, 29 Oct 2012 14:02:30 +0100 |
Adrian Buehlmann |
clone: show status "updating to bookmark @"
stable
|
Thu, 04 Oct 2012 19:46:43 +0200 |
Simon Heimberg |
subrepo: more isolation, only use ui for hg.peer when there is no repo
stable
|
Sat, 28 Jul 2012 23:28:36 +0200 |
Simon Heimberg |
peer: subrepo isolation, pass repo instead of repo.ui to hg.peer
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 14:37:03 +0200 |
Thomas Arendsen Hein |
clone: activate @ bookmark if updating to it
stable
|
Fri, 26 Oct 2012 12:36:15 +0200 |
Thomas Arendsen Hein |
clone: make sure to use "@" as bookmark and "default" as branch (issue3677)
stable
|
Fri, 19 Oct 2012 14:47:55 -0500 |
Matt Mackall |
clone: don't %-escape the default destination (issue3145)
stable
|
Wed, 21 Mar 2012 16:53:39 -0500 |
Kevin Bullock |
clone: update to @ bookmark if it exists
|
Wed, 03 Oct 2012 13:19:53 -0700 |
Tomasz Kleczek |
branchcache: fetch source branchcache during clone (issue3378)
|
Thu, 04 Oct 2012 10:11:17 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 02 Oct 2012 09:26:42 +0200 |
Thomas Arendsen Hein |
clone: activate bookmark specified with --updaterev
stable
|
Mon, 03 Sep 2012 14:05:19 +0200 |
Pierre-Yves David |
clfilter: introduce a `hassecret` function
|
Wed, 08 Aug 2012 10:04:02 -0500 |
Augie Fackler |
clone: don't fail with --update for non-local clones (issue3578)
stable
|
Wed, 25 Jul 2012 19:34:31 +0200 |
Patrick Mezard |
discovery: add extinct changesets to outgoing.excluded
stable
|
Sun, 15 Jul 2012 12:43:10 -0400 |
Matt Harbison |
outgoing: accept revset argument for --rev
|
Fri, 13 Jul 2012 21:52:37 +0200 |
Sune Foldager |
peer: remove cancopy from peer api; use directly on repo instead
|