Thu, 06 Nov 2014 14:20:05 -0800 |
Mateusz Kwapich |
revlog: add config variable for limiting delta-chain length
|
file |
diff |
annotate
|
Sat, 18 Oct 2014 01:09:41 -0700 |
Pierre-Yves David |
changelog: rely on transaction for finalization
|
file |
diff |
annotate
|
Fri, 17 Oct 2014 21:55:31 -0700 |
Pierre-Yves David |
changelog: handle writepending in the transaction
|
file |
diff |
annotate
|
Sat, 01 Nov 2014 23:17:50 +0000 |
Pierre-Yves David |
hook: protect commit hooks against stripping of temporary commit (issue4422)
stable
|
file |
diff |
annotate
|
Sat, 01 Nov 2014 17:30:57 -0500 |
Matt Mackall |
clone: properly mark branches closed with --uncompressed (issue4428)
stable
|
file |
diff |
annotate
|
Fri, 31 Oct 2014 12:56:25 -0700 |
Durham Goode |
clone: fix copying bookmarks in uncompressed clones (issue4430)
stable
|
file |
diff |
annotate
|
Wed, 01 Oct 2014 23:40:23 -0500 |
Pierre-Yves David |
bundle2: change header size and make them signed (new format)
|
file |
diff |
annotate
|
Tue, 14 Oct 2014 13:23:52 -0700 |
Durham Goode |
obsolete: add createmarkers option
|
file |
diff |
annotate
|
Tue, 14 Oct 2014 13:20:31 -0700 |
Durham Goode |
obsolete: add readonly flag to obstore constructor
|
file |
diff |
annotate
|
Wed, 15 Oct 2014 12:52:10 -0700 |
Durham Goode |
obsstore: fix defaultformat option passing
|
file |
diff |
annotate
|
Fri, 10 Oct 2014 14:09:37 -0400 |
Augie Fackler |
manifest: rename ambiguously-named set to setflag
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 13:22:31 -0700 |
Martin von Zweigbergk |
localrepo: access status fields by name rather than index
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 14:18:47 -0700 |
Martin von Zweigbergk |
commit: update file nodeid and flags in the same place
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 14:11:47 -0700 |
Martin von Zweigbergk |
commit: use separate variable for p1 manifest and new manifest
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 14:34:53 -0700 |
Martin von Zweigbergk |
commit: remove dead initialization of 'lock'
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 16:43:37 -0700 |
Martin von Zweigbergk |
commit: reduce scope of 'removed' variable
|
file |
diff |
annotate
|
Tue, 16 Sep 2014 17:52:40 -0700 |
Pierre-Yves David |
obsolete: add a "format.obsstore-version" config option
|
file |
diff |
annotate
|
Wed, 08 Oct 2014 11:52:30 -0400 |
Augie Fackler |
manifest: simplify manifest.add() by making args required
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 11:37:56 -0500 |
Pierre-Yves David |
locarepo: remove the `pull` method (API)
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 11:15:33 -0500 |
Pierre-Yves David |
localrepo: use exchange.pull when cloning
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 11:07:47 -0500 |
Pierre-Yves David |
exchange: have `pull` return the pulloperation object
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 18:39:57 -0500 |
Matt Mackall |
tag: use an abort hint
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 18:38:10 -0500 |
Matt Mackall |
tag: only check the status of .hgtags
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 18:37:12 -0500 |
Matt Mackall |
tag: properly abort if an unknown or ignored .hgtags is present
|
file |
diff |
annotate
|
Fri, 26 Sep 2014 17:44:00 -0700 |
Pierre-Yves David |
pull: move bookmark movements inside the `exchange.pull`
|
file |
diff |
annotate
|
Fri, 26 Sep 2014 12:51:55 -0700 |
Pierre-Yves David |
localrepo: pass arbitrary kwargs from `repo.pull` to `exchange.pull`
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 01:43:24 -0700 |
Pierre-Yves David |
locarepo: remove the `push` method (API)
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 02:21:59 -0700 |
Pierre-Yves David |
push: `exchange.push` now returns the `pushoperation` object
|
file |
diff |
annotate
|
Mon, 22 Sep 2014 16:14:08 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sun, 21 Sep 2014 10:07:06 -0500 |
Matt Mackall |
commit: catch changed exec bit on files from p1 (issue4382)
stable
|
file |
diff |
annotate
|
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
|