Mon, 28 Mar 2016 14:41:29 -0700 |
Martin von Zweigbergk |
bundle: move writebundle() from changegroup.py to bundle2.py (API)
|
Mon, 22 Feb 2016 23:34:54 +0100 |
Pierre-Yves David |
bundlerepo: properly handle hidden linkrev in manifestlog (issue4945)
stable
|
Mon, 22 Feb 2016 18:35:40 +0100 |
Pierre-Yves David |
bundlerepo: properly handle hidden linkrev in filelog (issue4945)
|
Wed, 27 Jan 2016 09:07:28 -0800 |
Martin von Zweigbergk |
changegroup: fix pulling to treemanifest repo from flat repo (issue5066)
stable
|
Tue, 12 Jan 2016 14:48:27 -0800 |
Bryan O'Sullivan |
bundlerepo: use context manager for file I/O in _writetempbundle
|
Mon, 11 Jan 2016 15:10:31 -0800 |
Martin von Zweigbergk |
changegroup3: add empty chunk separating directories and files
|
Tue, 12 Jan 2016 21:01:06 -0800 |
Martin von Zweigbergk |
changegroup: hide packermap behind methods
|
Mon, 19 Oct 2015 16:01:55 +0200 |
Pierre-Yves David |
bundlerepo: properly extract compressed changegroup from bundle2
|
Mon, 19 Oct 2015 18:04:08 +0200 |
Pierre-Yves David |
bundlerepo: uncompress changegroup in bundle1 case only
|
Mon, 19 Oct 2015 17:58:04 +0200 |
Pierre-Yves David |
bundlerepo: move temp-bundle writing logic into a closure
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Mon, 05 Oct 2015 00:23:20 -0700 |
Pierre-Yves David |
incoming: request a bundle2 when possible (BC)
|
Mon, 05 Oct 2015 00:18:11 -0700 |
Pierre-Yves David |
bundlerepo: indent some code to prepare next patch
|
Mon, 28 Sep 2015 10:27:36 -0700 |
Durham Goode |
bundlerepo: let bundle repo look in the _mancache
|
Sat, 08 Aug 2015 00:36:35 -0700 |
Gregory Szorc |
bundlerepo: use absolute_import
|
Thu, 25 Jun 2015 17:43:24 -0500 |
Matt Mackall |
bundlerepo: mark internal-only config variable
|
Sun, 03 May 2015 14:18:32 -0700 |
Martin von Zweigbergk |
bundlerepo: remove unused 'repo' parameter
|
Wed, 29 Apr 2015 19:47:37 +0900 |
Yuya Nishihara |
bundlerepo: disable filtering of changelog while constructing revision text
stable
|
Wed, 22 Apr 2015 23:38:55 +0900 |
FUJIWARA Katsunori |
bundlerepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
|
Thu, 09 Apr 2015 16:25:48 -0400 |
Pierre-Yves David |
bundle2: rename format, parts and config to final names
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Fri, 06 Feb 2015 11:27:25 -0800 |
Eric Sumner |
bundlerepo: basic bundle2 support
|
Thu, 05 Feb 2015 16:03:26 -0800 |
Eric Sumner |
bundlerepo: keep track of the original bundle object
|
Thu, 22 Jan 2015 11:09:34 -0500 |
Mike Edgar |
filelog: remove unused _file method
|
Thu, 15 Jan 2015 14:39:41 -0800 |
Eric Sumner |
changegroup.writebundle: provide ui
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
Thu, 18 Dec 2014 12:33:17 -0800 |
Eric Sumner |
incoming: handle phases the same as pull
|
Thu, 18 Dec 2014 12:22:43 -0800 |
Eric Sumner |
bundlerepo: retract phase boundary
|
Thu, 18 Dec 2014 11:38:48 -0800 |
Eric Sumner |
bundlerepo: implement safe phasecache
|
Fri, 15 Aug 2014 03:24:40 +0200 |
Mads Kiilerich |
incoming: don't request heads that already are common
stable
|
Fri, 30 May 2014 11:53:10 -0700 |
Matt Mackall |
bundlerepo: backout dbf292f65b09
|
Tue, 27 May 2014 21:56:03 +0530 |
Chinmay Joshi |
bundlerepo: update unlink in getremotechanges to use vfs
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
bundlerepo: treat temporarily extracted bundle file via vfs
|
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 16:50:31 -0700 |
Wojciech Lopata |
bundlerevlog: extract 'baserevision' method
|
Wed, 10 Oct 2012 21:55:49 +0200 |
Simon Heimberg |
repo: repo isolation, do not pass on repo.ui for creating new repos
|
Fri, 08 Feb 2013 23:26:00 +0100 |
Mads Kiilerich |
bundlerepo: replace basemap with the base field in the index
|
Wed, 06 Feb 2013 07:55:29 +0000 |
Pierre-Yves David |
incoming: fix incoming when a local head is remotely filtered (issue3805)
stable
|
Wed, 16 Jan 2013 20:52:56 +0100 |
Mads Kiilerich |
bundlerepo: remove old style check of file names
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: use revlog._checkhash
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: store validated deltabase rev in basemap instead of node
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: use rev instead of node for iteration in revision()
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: inline inbundle()
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: drop bundlebase wrapper function for basemap
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: remove unused disktiprev attribute
|
Wed, 16 Jan 2013 20:41:34 +0100 |
Mads Kiilerich |
bundlerepo: improve performance for bundle() revset expression
|
Wed, 16 Jan 2013 20:41:32 +0100 |
Mads Kiilerich |
bundlerepo: fix outdated comment
|
Fri, 28 Dec 2012 02:34:32 +0100 |
Pierre-Yves David |
bundlerepo: drop use of `_cacheabletip`
|
Fri, 28 Dec 2012 02:32:47 +0100 |
Pierre-Yves David |
bundlerepo: enforce reading from core repo only
|
Fri, 28 Dec 2012 11:55:45 +0100 |
Mads Kiilerich |
merge with stable
|
Fri, 28 Dec 2012 11:16:01 +0100 |
Mads Kiilerich |
bundlerepo: don't return the peer without bundlerepo from getremotechanges
stable
|
Thu, 20 Dec 2012 12:17:44 +0100 |
Pierre-Yves David |
bundlerepo: use _cacheabletip mechanism in bundlerepo
|
Mon, 08 Oct 2012 19:34:04 +0200 |
Pierre-Yves David |
clfilter: ensure that filecache on localrepo is unfiltered
|
Wed, 31 Oct 2012 16:23:23 -0700 |
Tomasz Kleczek |
bundle: add revset expression to show bundle contents (issue3487)
|
Fri, 13 Jul 2012 21:52:28 +0200 |
Sune Foldager |
peer: introduce canpush and improve error message
|
Fri, 13 Jul 2012 21:46:53 +0200 |
Sune Foldager |
peer: introduce peer methods to prepare for peer classes
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|