Fri, 25 Mar 2016 16:13:28 -0700 |
Martin von Zweigbergk |
exchange: make _pushb2ctx() look more like _getbundlechangegrouppart()
|
Fri, 25 Mar 2016 16:01:40 -0700 |
Martin von Zweigbergk |
exchange: get rid of "getcgkwargs" variable
|
Thu, 10 Mar 2016 17:31:38 -0600 |
Nathan Goldbaum |
pushoperation: fix language issues in docstring
|
Fri, 19 Feb 2016 22:28:09 +0100 |
liscju |
bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)
|
Wed, 27 Jan 2016 09:07:28 -0800 |
Martin von Zweigbergk |
changegroup: fix pulling to treemanifest repo from flat repo (issue5066)
stable
|
Fri, 22 Jan 2016 16:31:50 -0800 |
Martin von Zweigbergk |
exchange: set 'treemanifest' param on pushed changegroups too
stable
|
Thu, 14 Jan 2016 22:49:03 -0800 |
Gregory Szorc |
exchange: implement function for inferring bundle specification
|
Tue, 12 Jan 2016 21:01:06 -0800 |
Martin von Zweigbergk |
changegroup: hide packermap behind methods
|
Fri, 08 Jan 2016 10:58:04 -0800 |
Gregory Szorc |
exchange: make clone bundles non-experimental and enabled by default
|
Fri, 08 Jan 2016 10:57:01 -0800 |
Gregory Szorc |
exchange: make clonebundleprefers non-experimental
|
Fri, 08 Jan 2016 21:13:06 -0800 |
Martin von Zweigbergk |
treemanifests: set bundle2 part parameter indicating treemanifest
|
Fri, 18 Dec 2015 13:53:50 -0600 |
Matt Mackall |
pull: make a single call to obsstore.add (issue5006)
|
Wed, 23 Dec 2015 12:32:08 -0800 |
Gregory Szorc |
exchange: use absolute_import
|
Fri, 04 Dec 2015 13:31:01 -0800 |
Gregory Szorc |
exchange: standalone function to determine if bundle2 is requested
|
Tue, 10 Nov 2015 11:13:21 -0800 |
Ryan McElroy |
exchange: pass pushop to discovery.checkheads
|
Tue, 03 Nov 2015 12:16:54 -0800 |
Gregory Szorc |
exchange: do not attempt clone bundle if local repo is non-empty (issue4932)
stable
|
Sat, 24 Oct 2015 00:39:22 +0100 |
Gregory Szorc |
bundle2: attribute remote failures to remote (issue4788)
stable
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Wed, 14 Oct 2015 02:06:54 -0400 |
timeless |
grammar: use does instead of do where appropriate
|
Sat, 17 Oct 2015 11:37:08 -0700 |
Gregory Szorc |
exchange: support streaming clone bundles in clone bundles
|
Sat, 17 Oct 2015 10:26:34 -0700 |
Gregory Szorc |
exchange: parse requirements from stream clone specification string
|
Wed, 14 Oct 2015 17:00:34 -0700 |
Gregory Szorc |
exchange: support parameters in bundle specification strings
|
Thu, 15 Oct 2015 13:00:45 -0700 |
Gregory Szorc |
exchange: support for streaming clone bundles
|
Thu, 15 Oct 2015 14:53:32 -0700 |
Gregory Szorc |
exchange: don't print error codes after clone bundle failure
|
Tue, 13 Oct 2015 23:04:53 -0700 |
Sean Farley |
exchange: add oparg to push so that extensions can wrap pushop
|
Tue, 13 Oct 2015 17:12:29 -0400 |
Augie Fackler |
exchange: use cg?unpacker.apply() instead of changegroup.addchangegroup()
|
Wed, 14 Oct 2015 10:36:20 -0700 |
Gregory Szorc |
exchange: advertise if a clone bundle was attempted
|
Tue, 13 Oct 2015 14:55:02 -0700 |
Gregory Szorc |
exchange: record that we attempted to fetch a clone bundle
|
Tue, 13 Oct 2015 12:41:32 -0700 |
Gregory Szorc |
exchange: provide hint on how to disable clone bundles
|
Wed, 14 Oct 2015 10:03:26 -0700 |
Gregory Szorc |
exchange: document filterclonebundleentries
|
Tue, 13 Oct 2015 22:53:08 -0700 |
Sean Farley |
exchange: use pushop.repo instead of repo
|
Tue, 13 Oct 2015 12:30:39 -0700 |
Gregory Szorc |
exchange: support sorting URLs by client-side preferences
|
Tue, 13 Oct 2015 12:31:19 -0700 |
Gregory Szorc |
exchange: extract bundle specification components into own attributes
|
Tue, 13 Oct 2015 12:29:50 -0700 |
Gregory Szorc |
exchange: support preserving external names when parsing bundle specs
|
Tue, 13 Oct 2015 10:59:41 -0700 |
Gregory Szorc |
clonebundles: filter on SNI requirement
|
Tue, 13 Oct 2015 11:45:30 -0700 |
Gregory Szorc |
clonebundles: filter on bundle specification
|
Tue, 13 Oct 2015 10:41:54 -0700 |
Gregory Szorc |
clonebundle: support bundle2
|
Tue, 13 Oct 2015 10:57:54 -0700 |
Gregory Szorc |
exchange: refactor bundle specification parsing
|
Tue, 13 Oct 2015 11:43:21 -0700 |
Gregory Szorc |
exchange: move bundle specification parsing from cmdutil
|
Fri, 09 Oct 2015 11:22:01 -0700 |
Gregory Szorc |
clonebundles: support for seeding clones from pre-generated bundles
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Mon, 05 Oct 2015 16:19:54 -0700 |
Durham Goode |
bundle2: allow lazily acquiring the lock
|
Sun, 04 Oct 2015 12:11:44 -0700 |
Gregory Szorc |
exchange: add "streaming all changes" to bundle2 pulling
|
Sun, 04 Oct 2015 12:03:30 -0700 |
Gregory Szorc |
exchange: expose bundle2 availability on pulloperation
|
Sun, 04 Oct 2015 18:31:53 -0700 |
Gregory Szorc |
exchange: expose bundle2 capabilities on pulloperation
|
Sun, 04 Oct 2015 11:34:28 -0700 |
Gregory Szorc |
streamclone: rename and document maybeperformstreamclone()
|
Sun, 04 Oct 2015 11:20:52 -0700 |
Gregory Szorc |
streamclone: refactor maybeperformstreamclone to take a pullop
|
Fri, 02 Oct 2015 23:04:52 -0700 |
Gregory Szorc |
exchange: move stream clone logic into pull code path
|
Fri, 02 Oct 2015 22:16:34 -0700 |
Gregory Szorc |
exchange: teach pull about requested stream clones
|
Fri, 02 Oct 2015 16:05:52 -0700 |
Gregory Szorc |
streamclone: move code out of exchange.py
|
Fri, 02 Oct 2015 15:36:00 -0700 |
Gregory Szorc |
exchange: add docstring to pull()
|
Thu, 01 Oct 2015 10:48:14 -0700 |
Ryan McElroy |
bundle2: generate check:heads in a independent function
|
Mon, 07 Sep 2015 17:08:35 -0700 |
Durham Goode |
exchange: allow fallbackheads to use lazy set behavior
|
Mon, 20 Jul 2015 13:39:25 -0700 |
Martin von Zweigbergk |
exchange: fix dead assignment
|
Mon, 20 Jul 2015 13:35:19 -0700 |
Martin von Zweigbergk |
exchange: s/phase/bookmark/ in _pushb2bookmarks()
|
Thu, 25 Jun 2015 17:47:32 -0500 |
Matt Mackall |
bookmarks: mark internal-only config option
|
Thu, 25 Jun 2015 22:18:56 -0700 |
Siddharth Agarwal |
exchange: replace references to 'sopener' with 'svfs'
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 07 Apr 2015 14:14:27 -0700 |
Pierre-Yves David |
bundle2.getunbundler: rename "header" to "magicstring"
|
Thu, 11 Jun 2015 13:02:21 -0700 |
Pierre-Yves David |
push: only say we are trying to push obsmarkers when we actually try
|