Thu, 02 Mar 2017 14:49:50 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.unionrepo'
|
Thu, 05 Jan 2017 17:16:07 +0000 |
Remi Chaintron |
revlog: add 'raw' argument to revision and _addrevision
|
Wed, 23 Nov 2016 00:03:11 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd() instead of os.getcwd()
|
Fri, 11 Nov 2016 01:20:13 -0800 |
Durham Goode |
manifest: add unionmanifestlog support
|
Tue, 18 Oct 2016 17:32:51 -0700 |
Durham Goode |
manifest: move manifest creation to a helper function
stable
|
Mon, 22 Feb 2016 23:36:04 +0100 |
Pierre-Yves David |
unionrepo: properly handle hidden linkrev in revlog (issue5070)
stable
|
Wed, 13 Jan 2016 15:47:37 -0600 |
Matt Mackall |
merge with stable
|
Wed, 06 Jan 2016 11:01:55 -0800 |
Sean Farley |
unionrepo: fix wrong rev being checked in iscensored (issue5024)
stable
|
Mon, 14 Dec 2015 15:55:12 -0500 |
Mike Edgar |
changegroup: add flags field to cg3 delta header
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Thu, 10 Sep 2015 16:14:39 -0700 |
Pierre-Yves David |
unionrepo: take delta base in account with building unified revlog
|
Sat, 08 Aug 2015 20:13:11 -0700 |
Gregory Szorc |
unionrepo: use absolute_import
|
Wed, 22 Apr 2015 23:38:55 +0900 |
FUJIWARA Katsunori |
unionrepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
|
Fri, 23 Jan 2015 17:01:39 -0500 |
Mike Edgar |
revlog: add "iscensored()" to revlog public API
|
Thu, 22 Jan 2015 11:09:34 -0500 |
Mike Edgar |
filelog: remove unused _file method
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
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, 26 Aug 2013 17:11:01 -0700 |
Wojciech Lopata |
unionrevlog: extract 'baserevision' and 'baserevdiff' methods
|
Fri, 18 Jan 2013 15:54:09 +0100 |
Mads Kiilerich |
unionrepo: read-only operations on a union of two localrepos
|