log mercurial/localrepo.py @ 20933:d3775db748a0

age author description
Tue, 01 Apr 2014 15:27:53 -0700 Pierre-Yves David localrepo: move the addchangegroup method in changegroup module
Tue, 01 Apr 2014 15:21:56 -0700 Pierre-Yves David localrepo: move the addchangegroupfiles method in changegroup module
Tue, 01 Apr 2014 15:08:27 -0700 Pierre-Yves David localrepo: move the changegroup method in changegroup module
Tue, 01 Apr 2014 14:40:35 -0700 Pierre-Yves David localrepo: move the getbundle method in changegroup module
Tue, 01 Apr 2014 14:33:23 -0700 Pierre-Yves David localrepo: move the getlocalbundle method in changegroup module
Tue, 01 Apr 2014 14:25:03 -0700 Pierre-Yves David localrepo: move the changegroupsubset method in changegroup module
Tue, 01 Apr 2014 14:13:34 -0700 Pierre-Yves David localrepo: move the changegroupinfo method in changegroup module
Tue, 01 Apr 2014 13:59:55 -0700 Pierre-Yves David localrepo: move the _changegroupsubset method in changegroup module
Tue, 01 Apr 2014 13:45:48 -0700 Pierre-Yves David push: pass a `pushoperation` object to localrepo.checkpush
Mon, 24 Mar 2014 15:35:07 -0700 Durham Goode caches: invalidate store caches when lock is taken
Mon, 24 Mar 2014 15:42:13 -0700 Durham Goode fncache: move fncache writing to be in a transaction
Mon, 24 Mar 2014 15:38:20 -0700 Durham Goode clone: put streaming clones in a transaction
Sat, 22 Mar 2014 23:39:51 +0900 FUJIWARA Katsunori localrepo: omit ".hgsubstate" also from "added" files
Fri, 14 Mar 2014 00:02:05 -0700 Pierre-Yves David localrepo: rename capability set to lower case.
Tue, 18 Mar 2014 14:25:28 -0500 Matt Mackall merge with stable
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori localrepo: save manually edited commit message as soon as possible stable
Wed, 05 Mar 2014 17:42:05 -0800 Lucas Moscovicz localrepo: changed revs to use spanset instead of baseset
Mon, 03 Mar 2014 19:41:23 +0900 Yuya Nishihara localrepo: add hook point to invalidate everything on each command-server run
Thu, 27 Feb 2014 00:23:21 +0100 Olle Lundberg localrepo: language and spelling fixes in comment
Mon, 24 Feb 2014 22:42:14 +0100 Mads Kiilerich localrepo: commit: avoid calling expensive ancestor function when p1 is nullrev
Thu, 30 Jan 2014 16:12:49 -0800 Pierre-Yves David exchange: extract pull function from localrepo
Mon, 10 Feb 2014 00:52:16 +0100 Mads Kiilerich localrepo: make it clear that changegroupsubset doesn't take bases but roots
Mon, 03 Feb 2014 18:36:00 -0500 Augie Fackler itersubrepos: move to scmutil to break a direct import cycle
Thu, 06 Feb 2014 01:55:09 +0100 Mads Kiilerich localrepo: give a sigh of relief when getting lock after waiting for it
Tue, 21 Jan 2014 11:39:26 -0800 Lucas Moscovicz revset: added baseset class (still empty) to improve revset performance
Thu, 30 Jan 2014 15:34:01 -0800 Pierre-Yves David exchange: extract push function from localrepo
Thu, 30 Jan 2014 11:52:38 -0800 Pierre-Yves David clone: do not turn hidden changeset public on publishing clone (issue3935) stable
Mon, 28 Jan 2013 15:16:49 +0100 Pierre-Yves David phase: properly compute ancestors of --rev on push (issue3786) stable
Sun, 19 Jan 2014 22:58:33 -0600 Matt Mackall localrepo: drop dead comment
Thu, 21 Nov 2013 15:17:18 -0500 Mads Kiilerich help: branch names primarily denote the tipmost unclosed branch head