Wed, 12 Sep 2018 10:01:16 -0700 |
Gregory Szorc |
wireprotov2: define and implement "changesetdata" command
|
Wed, 12 Sep 2018 09:58:23 -0700 |
Gregory Szorc |
exchangev2: start to implement pull with wire protocol v2
|
Tue, 11 Sep 2018 17:21:18 -0700 |
Gregory Szorc |
exchange: support defining narrow file patterns for pull
|
Thu, 16 Aug 2018 19:23:24 +0000 |
Gregory Szorc |
exchange: don't use dagutil
|
Fri, 03 Aug 2018 11:02:34 -0700 |
Martin von Zweigbergk |
narrow: move requirement constant from changegroup to repository
|
Sat, 28 Jul 2018 17:42:36 -0700 |
Gregory Szorc |
exchange: move simple narrow changegroup generation from extension
|
Sat, 28 Jul 2018 17:33:20 -0700 |
Gregory Szorc |
exchange: make narrow ACL presence imply narrow=True
|
Mon, 02 Jul 2018 18:39:48 -0700 |
Gregory Szorc |
exchange: refactor control flow of _getbundlechangegrouppart()
|
Mon, 02 Jul 2018 18:32:20 -0700 |
Gregory Szorc |
exchange: move _computeellipsis() from narrow
|
Mon, 02 Jul 2018 18:24:26 -0700 |
Gregory Szorc |
exchange: move narrow acl functionality into core
|
Sat, 28 Jul 2018 10:41:23 -0700 |
Gregory Szorc |
exchange: move disabling of rev-branch-cache bundle part out of narrow
|
Thu, 15 Mar 2018 17:37:03 +0530 |
Pulkit Goyal |
remotenames: synchronise remotenames after push also
|
Sun, 08 Jul 2018 18:52:28 +0900 |
Yuya Nishihara |
py3: fix revnums in bookmark discovery to be consumable more than once
|
Tue, 15 May 2018 22:12:55 +0900 |
Yuya Nishihara |
push: continue without locking on lock failure other than EEXIST (issue5882)
stable
|
Tue, 17 Apr 2018 02:41:25 +0200 |
Joerg Sonnenberger |
bundlespec: drop externalnames flag
|
Sat, 14 Apr 2018 18:36:00 -0700 |
Gregory Szorc |
exchange: use command executor interface for calling listkeys
|
Sat, 14 Apr 2018 01:59:55 +0530 |
Pulkit Goyal |
py3: use stringutil.forcebytestr() instead of str()
|
Fri, 13 Apr 2018 12:13:42 -0700 |
Gregory Szorc |
wireproto: properly call clonebundles command
|
Fri, 13 Apr 2018 11:37:37 -0700 |
Gregory Szorc |
exchange: use command executor for getbundle
|
Fri, 13 Apr 2018 11:45:38 -0700 |
Gregory Szorc |
exchange: use command executor for pushkey
|
Fri, 13 Apr 2018 11:30:44 -0700 |
Gregory Szorc |
wireproto: use command executor for unbundle
|
Fri, 13 Apr 2018 11:12:19 -0700 |
Gregory Szorc |
wireproto: convert legacy commands to command executor
|
Thu, 18 Jan 2018 12:54:01 +0100 |
Joerg Sonnenberger |
wireproto: support for pullbundles
|
Sat, 31 Mar 2018 14:51:34 +0530 |
Pulkit Goyal |
bundleoperation: pass the source argument from all the users
|
Wed, 31 Jan 2018 17:15:44 +0100 |
Boris Feld |
streamclonebundle: make sure we accept new stream clone bundle spec
|
Wed, 31 Jan 2018 11:10:55 +0100 |
Boris Feld |
bundlespec: add support for some variants
|
Wed, 31 Jan 2018 11:09:20 +0100 |
Boris Feld |
bundle: add the possibility to bundle a stream v2 part
|
Fri, 30 Mar 2018 12:43:57 +0200 |
Boris Feld |
bundlespec: move computing the bundle contentops in parsebundlespec
|
Fri, 30 Mar 2018 12:43:08 +0200 |
Boris Feld |
bundlespec: introduce an attr-based class for bundlespec
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|