Tue, 01 Apr 2014 15:08:27 -0700 |
Pierre-Yves David |
localrepo: move the changegroup method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 14:40:35 -0700 |
Pierre-Yves David |
localrepo: move the getbundle method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 14:33:23 -0700 |
Pierre-Yves David |
localrepo: move the getlocalbundle method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 14:25:03 -0700 |
Pierre-Yves David |
localrepo: move the changegroupsubset method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 14:13:34 -0700 |
Pierre-Yves David |
localrepo: move the changegroupinfo method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 13:59:55 -0700 |
Pierre-Yves David |
localrepo: move the _changegroupsubset method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 13:45:48 -0700 |
Pierre-Yves David |
push: pass a `pushoperation` object to localrepo.checkpush
|
file |
diff |
annotate
|
Mon, 24 Mar 2014 15:35:07 -0700 |
Durham Goode |
caches: invalidate store caches when lock is taken
|
file |
diff |
annotate
|
Mon, 24 Mar 2014 15:42:13 -0700 |
Durham Goode |
fncache: move fncache writing to be in a transaction
|
file |
diff |
annotate
|
Mon, 24 Mar 2014 15:38:20 -0700 |
Durham Goode |
clone: put streaming clones in a transaction
|
file |
diff |
annotate
|
Sat, 22 Mar 2014 23:39:51 +0900 |
FUJIWARA Katsunori |
localrepo: omit ".hgsubstate" also from "added" files
|
file |
diff |
annotate
|
Fri, 14 Mar 2014 00:02:05 -0700 |
Pierre-Yves David |
localrepo: rename capability set to lower case.
|
file |
diff |
annotate
|
Tue, 18 Mar 2014 14:25:28 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
localrepo: save manually edited commit message as soon as possible
stable
|
file |
diff |
annotate
|
Wed, 05 Mar 2014 17:42:05 -0800 |
Lucas Moscovicz |
localrepo: changed revs to use spanset instead of baseset
|
file |
diff |
annotate
|
Mon, 03 Mar 2014 19:41:23 +0900 |
Yuya Nishihara |
localrepo: add hook point to invalidate everything on each command-server run
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 00:23:21 +0100 |
Olle Lundberg |
localrepo: language and spelling fixes in comment
|
file |
diff |
annotate
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
localrepo: commit: avoid calling expensive ancestor function when p1 is nullrev
|
file |
diff |
annotate
|
Thu, 30 Jan 2014 16:12:49 -0800 |
Pierre-Yves David |
exchange: extract pull function from localrepo
|
file |
diff |
annotate
|
Mon, 10 Feb 2014 00:52:16 +0100 |
Mads Kiilerich |
localrepo: make it clear that changegroupsubset doesn't take bases but roots
|
file |
diff |
annotate
|
Mon, 03 Feb 2014 18:36:00 -0500 |
Augie Fackler |
itersubrepos: move to scmutil to break a direct import cycle
|
file |
diff |
annotate
|
Thu, 06 Feb 2014 01:55:09 +0100 |
Mads Kiilerich |
localrepo: give a sigh of relief when getting lock after waiting for it
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 11:39:26 -0800 |
Lucas Moscovicz |
revset: added baseset class (still empty) to improve revset performance
|
file |
diff |
annotate
|
Thu, 30 Jan 2014 15:34:01 -0800 |
Pierre-Yves David |
exchange: extract push function from localrepo
|
file |
diff |
annotate
|
Thu, 30 Jan 2014 11:52:38 -0800 |
Pierre-Yves David |
clone: do not turn hidden changeset public on publishing clone (issue3935)
stable
|
file |
diff |
annotate
|
Mon, 28 Jan 2013 15:16:49 +0100 |
Pierre-Yves David |
phase: properly compute ancestors of --rev on push (issue3786)
stable
|
file |
diff |
annotate
|
Sun, 19 Jan 2014 22:58:33 -0600 |
Matt Mackall |
localrepo: drop dead comment
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 15:17:18 -0500 |
Mads Kiilerich |
help: branch names primarily denote the tipmost unclosed branch head
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 17:29:16 -0600 |
Matt Mackall |
localrepo: drop unused variable
|
file |
diff |
annotate
|
Sat, 16 Nov 2013 11:53:44 -0500 |
Pierre-Yves David |
pull: run findcommon incoming on unfiltered repo
|
file |
diff |
annotate
|
Tue, 05 Nov 2013 18:37:44 +0100 |
Pierre-Yves David |
push: more robust check for bundle fast path
|
file |
diff |
annotate
|
Sat, 16 Nov 2013 15:36:50 -0500 |
Pierre-Yves David |
pull: fix post-pull common computation
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 17:33:39 -0600 |
Kevin Bullock |
discovery: prefer loop to double-for list comprehension in changegroupsubset
|
file |
diff |
annotate
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
localrepo: remove unused repo.branchtags()/_branchtip() methods
|
file |
diff |
annotate
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads()
|
file |
diff |
annotate
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip()
|
file |
diff |
annotate
|
Mon, 11 Nov 2013 21:16:54 +1100 |
Stephen Lee |
bookmarks: allow push -B to create a new remote head (issue2372)
|
file |
diff |
annotate
|
Sun, 17 Nov 2013 18:04:29 -0500 |
Brodie Rao |
revlog: allow tuning of the chunk cache size (via format.chunkcachesize)
|
file |
diff |
annotate
|
Wed, 13 Nov 2013 15:55:30 +0900 |
FUJIWARA Katsunori |
subrepo: check phase of state in each subrepositories before committing
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 12 Nov 2013 16:23:52 +0900 |
FUJIWARA Katsunori |
localrepo: import "lock" module as "lockmod" for readability
|
file |
diff |
annotate
|
Tue, 12 Nov 2013 16:23:52 +0900 |
FUJIWARA Katsunori |
transaction: take journal file path relative to vfs to use file API via vfs
|
file |
diff |
annotate
|
Mon, 11 Nov 2013 22:59:26 +0100 |
Simon Heimberg |
localrepo: prevent to copy repo local config, copy baseui instead
|
file |
diff |
annotate
|
Wed, 06 Nov 2013 18:19:04 -0500 |
Augie Fackler |
pathutil: tease out a new library to break an import cycle from canonpath use
|
file |
diff |
annotate
|
Fri, 08 Nov 2013 12:45:52 +0900 |
FUJIWARA Katsunori |
bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 21:45:17 +0900 |
FUJIWARA Katsunori |
localrepo: invoke only feature setup functions for enabled extensions
|
file |
diff |
annotate
|
Mon, 07 Oct 2013 11:45:01 -0700 |
Durham Goode |
changegroup: don't run changegroup hooks if nodes are gone
|
file |
diff |
annotate
|
Tue, 01 Oct 2013 12:20:29 +0200 |
David Soria Parra |
localrepo: make report level in repo.transaction configurable
|
file |
diff |
annotate
|
Tue, 01 Oct 2013 17:00:03 -0700 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 30 Sep 2013 14:23:14 +0200 |
Pierre-Yves David |
repoview: have unfilteredpropertycache using the underlying cache
stable
|
file |
diff |
annotate
|
Sat, 21 Sep 2013 21:33:29 +0900 |
FUJIWARA Katsunori |
localrepo: make supported features manageable in each repositories individually
|
file |
diff |
annotate
|
Sat, 31 Aug 2013 10:16:06 -0700 |
Siddharth Agarwal |
localrepo.status: ignore empty symlink placeholders
|
file |
diff |
annotate
|
Wed, 07 Aug 2013 09:59:45 +0800 |
Wei, Elson |
localrepo: get value from the unfiltered caches should check if the attribute existed.
|
file |
diff |
annotate
|
Tue, 06 Aug 2013 15:11:42 -0500 |
Sean Farley |
localrepo: remove unnecessary check of instance
|
file |
diff |
annotate
|
Fri, 26 Jul 2013 13:34:51 -0700 |
Wojciech Lopata |
bookmarks: update only proper bookmarks on push -r/-B (issue 3973)
stable
|
file |
diff |
annotate
|
Thu, 30 May 2013 19:26:56 -0700 |
Durham Goode |
changegroup: move changegroup file adding to a separate function
|
file |
diff |
annotate
|
Sun, 10 Feb 2013 16:03:20 +0100 |
Benoit Boissinot |
bundle-ng: move bundle generation to changegroup.py
|
file |
diff |
annotate
|
Fri, 10 May 2013 22:20:32 +0200 |
Benoit Boissinot |
bundle-ng: unify _changegroup and _changegroupsubset
|
file |
diff |
annotate
|
Fri, 10 May 2013 21:35:49 +0200 |
Sune Foldager |
bundle-ng: move gengroup into bundler, pass repo object to bundler
|
file |
diff |
annotate
|
Sat, 09 Feb 2013 23:42:03 +0100 |
Benoit Boissinot |
bundle-ng: add bundlecaps argument to getbundle() command
|
file |
diff |
annotate
|