Fri, 05 Sep 2014 11:36:20 -0700 |
Durham Goode |
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
|
file |
diff |
annotate
|
Fri, 05 Sep 2014 11:34:29 -0700 |
Durham Goode |
dirstate: add begin/endparentchange to dirstate
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 17:23:05 +0200 |
Angel Ezquerra |
localrepo: make it possible to pass multiple path elements to join and wjoin
|
file |
diff |
annotate
|
Mon, 25 Aug 2014 19:21:47 +0200 |
Pierre-Yves David |
bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
|
file |
diff |
annotate
|
Mon, 25 Aug 2014 19:17:06 +0200 |
Pierre-Yves David |
obsmarker: move bundle2caps from the localrepo class to the bundle2 module
|
file |
diff |
annotate
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
file |
diff |
annotate
|
Fri, 15 Aug 2014 04:37:46 +0200 |
Mads Kiilerich |
cleanup: fix some list comprehension redefinitions of existing vars
|
file |
diff |
annotate
|
Thu, 07 Aug 2014 14:11:36 -0700 |
Pierre-Yves David |
phase: attach phase to the transaction instead of the lock
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 23:52:21 -0700 |
Pierre-Yves David |
phase: add a transaction argument to retractboundary
|
file |
diff |
annotate
|
Sat, 31 May 2014 16:48:29 -0700 |
Pierre-Yves David |
getbundle: add a ``cg`` boolean argument to control changegroup inclusion
|
file |
diff |
annotate
|
Sat, 12 Jul 2014 10:52:58 -0700 |
Gregory Szorc |
localrepo: document localrepo.hook()
|
file |
diff |
annotate
|
Sun, 01 Jun 2014 16:01:01 -0700 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 21 May 2014 18:02:35 -0700 |
Gregory Szorc |
localrepo: prevent leak of transaction object (issue4258)
stable
|
file |
diff |
annotate
|
Tue, 27 May 2014 16:32:50 -0700 |
Pierre-Yves David |
bundle2: add ``pushkey`` support
|
file |
diff |
annotate
|
Tue, 27 May 2014 15:43:09 -0700 |
Pierre-Yves David |
getbundle: support of listkeys argument when bundle2 is used
|
file |
diff |
annotate
|
Fri, 25 Apr 2014 15:44:55 -0500 |
Sean Farley |
localrepo: replace status method with a shim
|
file |
diff |
annotate
|
Wed, 23 Apr 2014 16:08:20 -0500 |
Sean Farley |
localrepo: remove cache code now handled by _prestatus
|
file |
diff |
annotate
|
Fri, 20 Sep 2013 21:59:34 -0500 |
Sean Farley |
localrepo: use new subrev method of context.py
|
file |
diff |
annotate
|
Wed, 23 Apr 2014 15:54:26 -0500 |
Sean Farley |
localrepo: use _matchstatus of context objects
|
file |
diff |
annotate
|
Thu, 24 Apr 2014 08:34:44 -0500 |
Sean Farley |
workingctx: use inheritance for _buildstatus while keeping the fastpath
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 19:06:37 -0500 |
Sean Farley |
localrepo: remove unneeded unpacking of r
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 13:02:38 -0500 |
Sean Farley |
localrepo: call _poststatus hook instead of hardcoding symlink knowledge
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 12:43:20 -0500 |
Sean Farley |
localrepo: call _prestatus hook instead of hardcoding dirstate knowledge
|
file |
diff |
annotate
|
Mon, 21 Apr 2014 21:36:14 -0500 |
Sean Farley |
localrepo: use _buildstatus from context
|
file |
diff |
annotate
|
Mon, 21 Apr 2014 20:42:42 -0500 |
Sean Farley |
localrepo: remove workingctx logic already moved to context
|
file |
diff |
annotate
|
Mon, 21 Apr 2014 20:23:47 -0500 |
Sean Farley |
localrepo: move the order of local variables
|
file |
diff |
annotate
|
Tue, 11 Mar 2014 18:38:44 -0500 |
Sean Farley |
localrepo: use _manifestmatches instead of duplicating logic
|
file |
diff |
annotate
|
Tue, 11 Mar 2014 18:35:39 -0500 |
Sean Farley |
localrepo: always set the variable r in status method
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 16:34:48 -0500 |
Sean Farley |
localrepo: reverse contexts in status
|
file |
diff |
annotate
|
Tue, 11 Mar 2014 18:32:16 -0500 |
Sean Farley |
localrepo: call _dirstatestatus instead of duplicating logic
|
file |
diff |
annotate
|
Tue, 11 Mar 2014 18:10:00 -0500 |
Sean Farley |
localrepo: factor out parentworking logic for comparing files
|
file |
diff |
annotate
|
Tue, 11 Mar 2014 17:44:09 -0500 |
Sean Farley |
localrepo: improve dirstate.normal lookup by cacheing the function
|
file |
diff |
annotate
|
Fri, 07 Mar 2014 13:32:37 -0800 |
Sean Farley |
localrepo: move symlink logic to workingctx
|
file |
diff |
annotate
|
Thu, 08 May 2014 14:58:25 +0000 |
Johan Bjork |
journal: set Abort hint when failing due to an abandoned transaction
|
file |
diff |
annotate
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
localrepo: add "editor" argument to "tag()"
|
file |
diff |
annotate
|
Mon, 21 Apr 2014 17:51:58 -0700 |
Pierre-Yves David |
bundle2: gracefully handle PushRaced error during unbundle
stable
|
file |
diff |
annotate
|
Mon, 21 Apr 2014 18:59:09 -0700 |
Pierre-Yves David |
bundle2: fix raising errors during heads checking
stable
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 17:25:50 -0400 |
Pierre-Yves David |
getbundle: pass arbitrary arguments all along the call chain
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 16:01:58 -0400 |
Pierre-Yves David |
bundle2: move bundle2 config option to section "experimental"
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 15:33:17 -0400 |
Pierre-Yves David |
bundle2: rename server capability to bundle2-exp
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 15:27:54 -0400 |
Pierre-Yves David |
bundle2: use HG2X in the header
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 01:49:20 -0400 |
Pierre-Yves David |
bundle2: advertise bundle2 caps in server capabilities
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 01:50:28 -0400 |
Pierre-Yves David |
bundle2: add bundle2caps dict on localrepo object
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 20:01:39 +0200 |
Mads Kiilerich |
localrepo: use commonancestorsheads for checking linear heritage in file commit
|
file |
diff |
annotate
|
Tue, 15 Apr 2014 16:49:30 -0400 |
Pierre-Yves David |
bundle2: return a bundle20 object from exchanges.unbundle
|
file |
diff |
annotate
|
Tue, 15 Apr 2014 16:42:52 -0400 |
Pierre-Yves David |
bundle2: feed a binary stream to `peer.unbundle`
|
file |
diff |
annotate
|
Tue, 15 Apr 2014 11:27:55 -0400 |
Pierre-Yves David |
bundle2: return a stream from exchange.getbundle
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easily
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
commit: use revlog.commonancestors instead of .ancestor
|
file |
diff |
annotate
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 17:50:44 -0700 |
Pierre-Yves David |
localrepo: add unbundle support
|
file |
diff |
annotate
|
Tue, 08 Apr 2014 13:05:29 -0700 |
Durham Goode |
bundle2: use discard to remove bundle2 cap
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 23:41:32 -0700 |
Pierre-Yves David |
bundle2: allow pulling changegroups using bundle2
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 01:51:54 -0700 |
Pierre-Yves David |
bundle2: add an exchange.getbundle function
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 01:33:20 -0700 |
Pierre-Yves David |
localpeer: propagate bundlecaps in getbundle call
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:21:56 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroupfiles method in changegroup module
|
file |
diff |
annotate
|
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
|
Fri, 10 May 2013 21:03:01 +0200 |
Sune Foldager |
bundle-ng: move group into the bundler
|
file |
diff |
annotate
|
Fri, 10 May 2013 20:37:41 +0200 |
Benoit Boissinot |
bundle-ng: move bundler creation up in the stack
|
file |
diff |
annotate
|
Sun, 28 Apr 2013 21:27:21 -0700 |
Siddharth Agarwal |
localrepo.commit: hook into match.explicitdir
|
file |
diff |
annotate
|
Tue, 30 Apr 2013 21:19:56 +0200 |
Pierre-Yves David |
push: make locking of source optional (issue3684)
stable
|
file |
diff |
annotate
|
Tue, 30 Apr 2013 10:51:25 +0200 |
Pierre-Yves David |
push: factorise phase movement in a simple closure
stable
|
file |
diff |
annotate
|
Wed, 17 Apr 2013 11:47:49 +0200 |
Pierre-Yves David |
obsolete: extract obsolescence marker pulling into a dedicated function
|
file |
diff |
annotate
|
Wed, 17 Apr 2013 11:18:36 +0200 |
Pierre-Yves David |
obsolete: extract obsolescence marker pushing into a dedicated function
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.rename()" instead of "util.rename()"
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.setflags()" instead of "util.setflags()"
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.readlink()" instead of "os.readlink()"
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.islink()" instead of "os.path.islink()"
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.rename()" instead of "util.rename()"
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.exists()" instead of "os.path.exists()"
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use vfs instead of "os.path.*" in sharedpath checking
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
vfs: split "expand" into "realpath"/"expandpath" to apply each separately
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 12:12:41 -0500 |
Kevin Bullock |
merge with stable
|
file |
diff |
annotate
|
Sat, 23 Mar 2013 13:34:50 +0200 |
Idan Kamara |
localrepo: always write the filtered phasecache when nodes are destroyed (issue3827)
stable
|
file |
diff |
annotate
|
Fri, 01 Mar 2013 10:05:37 -0600 |
Kevin Bullock |
merge with stable
|
file |
diff |
annotate
|
Thu, 28 Feb 2013 21:29:31 -0600 |
Matt Mackall |
setparents: drop copies from dropped p2 (issue3843)
stable 2.5.2
|
file |
diff |
annotate
|
Fri, 22 Feb 2013 10:05:22 -0800 |
Bryan O'Sullivan |
localrepo: iterate over manifest key/value pairs in status
|
file |
diff |
annotate
|
Wed, 13 Feb 2013 12:51:30 -0800 |
Durham Goode |
blackbox: do not translate the log messages
|
file |
diff |
annotate
|
Wed, 13 Feb 2013 11:07:01 -0800 |
Durham Goode |
blackbox: only show new heads on incoming
|
file |
diff |
annotate
|
Sat, 09 Feb 2013 09:04:48 -0800 |
Durham Goode |
blackbox: log incoming changes via ui.log()
|
file |
diff |
annotate
|
Fri, 08 Feb 2013 05:36:08 -0800 |
David Schleimer |
commit: factor out post-commit cleanup into workingctx
|
file |
diff |
annotate
|
Fri, 08 Feb 2013 05:36:08 -0800 |
David Schleimer |
localrepo: use workingctx for validation in commit
|
file |
diff |
annotate
|
Fri, 08 Feb 2013 05:36:07 -0800 |
David Schleimer |
localrepo: create context used for actual commit earlier
|
file |
diff |
annotate
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
spelling: fix some minor issues found by spell checker
|
file |
diff |
annotate
|
Thu, 31 Jan 2013 01:44:29 +0100 |
Pierre-Yves David |
subrepo: allows to drop courtesy phase sync (issue3781)
stable
|
file |
diff |
annotate
|
Tue, 29 Jan 2013 15:26:10 +0100 |
Pierre-Yves David |
pull: fix crash when pulling changeset that get hidden locally (issue3788)
stable
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 20:13:21 +0100 |
Sune Foldager |
validate: check for spurious incoming filelog entries
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 00:12:01 +0100 |
Pierre-Yves David |
stream_in: write the remote branchcache for a usage as wide as possible
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 23:33:07 +0100 |
Pierre-Yves David |
destroyed: update `unserved` branchcache instead
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 00:09:26 +0100 |
Pierre-Yves David |
destroyed: drop complex branchcache rebuilt logic
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 00:08:08 +0100 |
Pierre-Yves David |
branchmap: update cache of 'unserved' filter on new changesets
|
file |
diff |
annotate
|
Sun, 13 Jan 2013 01:39:16 -0600 |
Kevin Bullock |
filtering: rename filters to their antonyms
|
file |
diff |
annotate
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
subrepos: process subrepos in sorted order
|
file |
diff |
annotate
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
localrepo: store requirements sorted
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 23:57:03 +0200 |
Idan Kamara |
localrepo: drop unnecessary check on wlock unlock
|
file |
diff |
annotate
|
Wed, 09 Jan 2013 20:36:53 +0200 |
Idan Kamara |
rollback: don't clear the filecache
|
file |
diff |
annotate
|
Wed, 09 Jan 2013 20:37:44 +0200 |
Idan Kamara |
destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)
|
file |
diff |
annotate
|
Fri, 11 Jan 2013 00:05:52 +0200 |
Idan Kamara |
localrepo: write the phasecache when destroying nodes
|
file |
diff |
annotate
|
Sat, 05 Jan 2013 16:50:12 +0200 |
Idan Kamara |
localrepo: update the branchmap when destroying nodes
|
file |
diff |
annotate
|
Sat, 15 Dec 2012 20:08:13 +0200 |
Idan Kamara |
localrepo: introduce destroying function
|
file |
diff |
annotate
|
Sun, 16 Dec 2012 23:13:02 +0200 |
Idan Kamara |
localrepo: don't refresh filecache entries that aren't in __dict__
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 01:28:39 +0100 |
Pierre-Yves David |
branchmap: pass revision insteads of changectx to the update function
|
file |
diff |
annotate
|
Sun, 06 Jan 2013 04:28:52 +0100 |
Pierre-Yves David |
clfilter: drop extra filtering in localpeer
|
file |
diff |
annotate
|
Sun, 06 Jan 2013 04:41:11 +0100 |
Pierre-Yves David |
clfilter: make localpeer use a repo with "unserved" filter
|
file |
diff |
annotate
|
Thu, 03 Jan 2013 18:52:59 +0100 |
Pierre-Yves David |
hidden: drop of the repo.hiddenrevs property
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 14:16:49 +0100 |
Pierre-Yves David |
hidden: drop cache on hiddenrevs property
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 14:10:29 +0100 |
Pierre-Yves David |
hidden: move computation in filter function
|
file |
diff |
annotate
|
Fri, 04 Jan 2013 19:05:20 +0100 |
Pierre-Yves David |
destroyed: filter unknown before computing branchcache
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 01:36:57 +0100 |
Pierre-Yves David |
branchmap: disable fallback to unfiltered branchcache
|
file |
diff |
annotate
|
Fri, 21 Dec 2012 17:19:52 +0100 |
Idan Kamara |
localrepo: filter unknown nodes from the phasecache on destroyed
|
file |
diff |
annotate
|
Fri, 04 Jan 2013 01:37:38 +0100 |
Pierre-Yves David |
localrepo: drop `_cacheabletip` method
|
file |
diff |
annotate
|
Mon, 24 Dec 2012 03:21:15 +0100 |
Pierre-Yves David |
branchmap: enable caching for filtered version too
|
file |
diff |
annotate
|
Mon, 24 Dec 2012 03:05:02 +0100 |
Pierre-Yves David |
clfilter: ensure unfiltered repo have a filtername attribute too
|
file |
diff |
annotate
|
Fri, 21 Dec 2012 22:58:59 +0100 |
Pierre-Yves David |
obsolete: factorise troubles detection during push
|
file |
diff |
annotate
|
Fri, 28 Dec 2012 00:02:40 +0100 |
Pierre-Yves David |
strip: do not update branchcache during strip (issue3745)
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 17:08:15 +0100 |
Pierre-Yves David |
branchmap: make update a method
|
file |
diff |
annotate
|
Mon, 24 Dec 2012 02:22:04 +0100 |
Pierre-Yves David |
branchmap: make update responsible to update the cache key
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 16:28:43 +0100 |
Pierre-Yves David |
branchmap: make write a method on the branchmap object
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 02:04:49 +0100 |
Pierre-Yves David |
branchmap: simplify write signature
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 02:06:26 +0100 |
Pierre-Yves David |
branchmap: add the tiprev (cache key) on the branchmap object
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 01:59:05 +0100 |
Pierre-Yves David |
branchmap: add the tipnode (cache key) on the branchcache object
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 01:44:42 +0100 |
Pierre-Yves David |
branchmap: store branchcache in a dedicated object
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 01:34:23 +0100 |
Pierre-Yves David |
branchmap: `stream_in` write remote branchcache to local one
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 14:45:17 +0100 |
Pierre-Yves David |
branchmap: extract updatebranchcache from repo
|
file |
diff |
annotate
|
Wed, 19 Dec 2012 14:49:06 +0100 |
Pierre-Yves David |
branchmap: extract _updatebranchcache from repo
|
file |
diff |
annotate
|
Wed, 19 Dec 2012 14:47:38 +0100 |
Pierre-Yves David |
branchmap: _updatebranchmap does not need to be filtered
|
file |
diff |
annotate
|
Wed, 19 Dec 2012 14:46:57 +0100 |
Pierre-Yves David |
branchmap: extract read logic from repo
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 13:37:37 +0100 |
Pierre-Yves David |
branchmap: extract write logic from localrepo
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 13:23:29 +0100 |
Pierre-Yves David |
branchmap: merge _branchtags into updatebranchcache
|
file |
diff |
annotate
|
Wed, 19 Dec 2012 17:39:49 +0100 |
Pierre-Yves David |
branchmap: factorise access to changelog in updatebranchcache
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 11:52:50 +0100 |
Pierre-Yves David |
branchmap: simplify _branchtags using a new _cacheabletip method
|
file |
diff |
annotate
|
Tue, 18 Dec 2012 01:51:08 +0100 |
Pierre-Yves David |
hidden: invalidate hiddenrevs when needed
|
file |
diff |
annotate
|
Tue, 18 Dec 2012 02:04:37 +0100 |
Pierre-Yves David |
cache: group obscache and revsfiltercache invalidation in a single function
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 17:14:07 +0100 |
Pierre-Yves David |
clfilter: add a cache on repo for set of revision to filter for a given set.
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 15:32:42 +0100 |
Pierre-Yves David |
clfilter: add actual repo filtering mechanism
|
file |
diff |
annotate
|
Mon, 17 Dec 2012 20:43:37 -0800 |
Siddharth Agarwal |
localrepo: use lazy ancestor membership testing
|
file |
diff |
annotate
|
Mon, 10 Dec 2012 18:12:41 +0100 |
Pierre-Yves David |
clfilter: fix `nodemap` usage in `getbundle`
|
file |
diff |
annotate
|
Sat, 10 Nov 2012 02:19:20 +0100 |
Pierre-Yves David |
obsolete: refuse to push divergent changeset
|
file |
diff |
annotate
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: there must also be whitespace between ')' and operator
|
file |
diff |
annotate
|
Fri, 07 Dec 2012 12:03:37 -0600 |
Kevin Bullock |
push: reunite comment with the line of code it describes
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 22:34:21 +0100 |
Pierre-Yves David |
clfilter: rename `unfilteredmeth` to `unfilteredmethod`
|
file |
diff |
annotate
|
Mon, 08 Oct 2012 19:34:04 +0200 |
Pierre-Yves David |
clfilter: ensure that filecache on localrepo is unfiltered
|
file |
diff |
annotate
|
Mon, 08 Oct 2012 20:02:20 +0200 |
Pierre-Yves David |
clfilter: add a propertycache that must be unfiltered
|
file |
diff |
annotate
|
Mon, 08 Oct 2012 17:50:02 +0200 |
Pierre-Yves David |
clfilter: use unfiltered repo for bookmark push logic
|
file |
diff |
annotate
|
Mon, 08 Oct 2012 17:41:07 +0200 |
Pierre-Yves David |
clfilter: unfilter some parts of the push logic
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 19:24:11 +0100 |
Pierre-Yves David |
clfilter: ensure changeset creation in the repo is run unfiltered
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 19:23:25 +0100 |
Pierre-Yves David |
clfilter: ensure changegroup generation is run unfiltered
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 19:21:24 +0100 |
Pierre-Yves David |
clfilter: ensure `rollback` is run unfiltered
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 19:22:12 +0100 |
Pierre-Yves David |
clfilter: ensure cache invalidation is done on the main unfiltered repo
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 19:26:24 +0100 |
Pierre-Yves David |
clfilter: ensure that tag logic runs unfiltered
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 19:25:44 +0100 |
Pierre-Yves David |
clfilter: ensure `branchcache` logic runs unfiltered
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 19:11:13 +0100 |
Pierre-Yves David |
clfilter: introduce an `unfilteredmethod` decorator
|
file |
diff |
annotate
|
Wed, 21 Nov 2012 00:36:29 +0100 |
Pierre-Yves David |
clfilter: introduce an "unfiltered" method on localrepo
|
file |
diff |
annotate
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
file |
diff |
annotate
|
Fri, 19 Oct 2012 13:52:34 +0200 |
Pierre-Yves David |
obsolete: add missing line feed in debug error message
stable
|
file |
diff |
annotate
|
Tue, 23 Oct 2012 09:22:46 +0200 |
Thomas Arendsen Hein |
localrepo: translate "push includes X changeset" only once
stable
|
file |
diff |
annotate
|
Fri, 19 Oct 2012 00:50:12 +0200 |
Pierre-Yves David |
push: refuse to push bumped changeset
|
file |
diff |
annotate
|
Fri, 19 Oct 2012 00:46:39 +0200 |
push includes an xxx changeset: yyyyyyyyyy |
obsolete: simplify push abort message
|
file |
diff |
annotate
|
Wed, 17 Oct 2012 21:42:06 -0500 |
Kevin Bullock |
scmutil: add bad character checking to checknewlabel
|
file |
diff |
annotate
|
Wed, 17 Oct 2012 21:39:07 -0500 |
Kevin Bullock |
tag: disallow '\0' in tag names
|
file |
diff |
annotate
|
Wed, 03 Oct 2012 13:19:53 -0700 |
Tomasz Kleczek |
branchcache: fetch source branchcache during clone (issue3378)
|
file |
diff |
annotate
|
Mon, 03 Sep 2012 14:35:31 +0200 |
Pierre-Yves David |
hidden: remove tags use in hidden computation
|
file |
diff |
annotate
|
Mon, 03 Sep 2012 14:35:05 +0200 |
Pierre-Yves David |
clfilter: do not use tags cache if there are filtered changesets
|
file |
diff |
annotate
|
Mon, 03 Sep 2012 14:34:19 +0200 |
Pierre-Yves David |
clfilter: do not use branchmap cache if there are filtered changesets
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 19:01:53 +0200 |
Pierre-Yves David |
clfilter: remove usage of `range` in favor of iteration over changelog
|
file |
diff |
annotate
|
Mon, 03 Sep 2012 14:03:38 +0200 |
Pierre-Yves David |
filter: `updatebranchcache` during `addchangegroup` instead of after lock
|
file |
diff |
annotate
|
Fri, 31 Aug 2012 02:06:29 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs" constructor/field for initialization around "store"
|
file |
diff |
annotate
|
Fri, 31 Aug 2012 02:06:29 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs" constructor instead of "opener" one
|
file |
diff |
annotate
|
Sun, 26 Aug 2012 00:28:56 +0200 |
Pierre-Yves David |
bookmarks: extract valid destination logic in a dedicated function
|
file |
diff |
annotate
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
en-us: initialization
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
spelling: synchronize
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
spelling: supersede
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: efficiently
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: Explicitly
|
file |
diff |
annotate
|
Tue, 28 Aug 2012 20:52:04 +0200 |
Pierre-Yves David |
obsolete: introduce caches for all meaningful sets
|
file |
diff |
annotate
|
Thu, 30 Aug 2012 22:13:24 +0200 |
Pierre-Yves David |
test: remove invalid hidden rev in graphlog test
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 02:41:20 +0200 |
Mads Kiilerich |
improve some comments and docstrings, fixing issues found when spell checking
|
file |
diff |
annotate
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 14:37:59 -0500 |
Matt Mackall |
commit: normalize filenames when checking explicit files (issue3576)
stable
|
file |
diff |
annotate
|