hgext/narrow/narrowbundle2.py
Fri, 28 Dec 2018 12:51:47 -0800 Kyle Lippincott procutil: correct spelling of uninterruptable -> uninterruptible
Sat, 08 Dec 2018 23:41:54 -0800 Martin von Zweigbergk narrow: keep bookmarks temporarily stripped for as long as commits are
Sat, 08 Dec 2018 23:04:11 -0800 Martin von Zweigbergk narrow: drop obsolete support for old Mercurial
Fri, 05 Oct 2018 23:10:56 +0300 Pulkit Goyal narrow: drop the bundle2 capability since we have server capabilities (BC)
Tue, 16 Oct 2018 17:53:26 +0300 Pulkit Goyal exchange: pass includepats and excludepats as arguments to getbundle()
Fri, 05 Oct 2018 11:07:34 -0700 Martin von Zweigbergk narrow: when widening, don't include manifests the client already has
Fri, 05 Oct 2018 20:24:07 +0300 Pulkit Goyal narrow: move the code to generate a widening bundle2 to core
Tue, 02 Oct 2018 17:09:56 +0300 Pulkit Goyal narrow: start returning bundle2 from widen_bundle()
Fri, 28 Sep 2018 23:42:31 +0300 Pulkit Goyal narrow: the first version of narrow_widen wireprotocol command
Tue, 02 Oct 2018 09:11:18 -0700 Martin von Zweigbergk narrow: avoid overwriting a variable
Fri, 28 Sep 2018 19:21:24 +0300 Pulkit Goyal narrow: pass 'narrow_widen' as source while generating changegroup
Fri, 28 Sep 2018 19:18:17 +0300 Pulkit Goyal narrow: factor out logic to create cg while widening into separate fn
Tue, 18 Sep 2018 13:41:16 +0300 Pulkit Goyal narrow: don't send the changelog information when widening without ellipses
Mon, 17 Sep 2018 15:55:18 +0300 Pulkit Goyal narrow: use diffmatcher to send only new filelogs in non-ellipses widening
Tue, 11 Sep 2018 10:59:21 -0700 Gregory Szorc narrow: validate patterns on incoming bundle2 part
Tue, 11 Sep 2018 10:50:46 -0700 Martin von Zweigbergk narrow: move wire proto capabilities to narrowwirepeer
Mon, 10 Sep 2018 15:55:14 +0300 Pulkit Goyal narrow: add narrow and ellipses as server capabilities
Thu, 30 Aug 2018 13:11:15 +0300 Pulkit Goyal narrow: rename getbundlechangegrouppart_nonellipsis function
Sun, 26 Aug 2018 20:20:34 +0300 Pulkit Goyal narrow: add server logic to send cg while widening without ellipsis
Fri, 03 Aug 2018 14:03:31 -0700 Gregory Szorc changegroup: inline _packellipsischangegroup
Sat, 28 Jul 2018 17:59:37 -0700 Gregory Szorc changegroup: move _packellipsischangegroup() from narrow
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
Sat, 28 Jul 2018 11:40:31 -0700 Gregory Szorc changegroup: move file matcher from narrow extension
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
Tue, 12 Jun 2018 11:31:20 -0400 Augie Fackler narrowbundle2: when we handle a widen, mark the operation as unsafe
Wed, 11 Apr 2018 10:51:38 -0700 Gregory Szorc wireproto: move gboptsmap to wireprototypes and rename (API)
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Wed, 21 Feb 2018 19:26:41 +0100 Boris Feld revbranchcache: disable the new part for narrow hg bundle
Sat, 03 Mar 2018 21:01:07 +0530 Pulkit Goyal py3: use util.forcevytestr to convert error to bytes
Wed, 28 Feb 2018 10:32:00 -0800 Martin von Zweigbergk narrow: reduce depedence on narrowspec.save()
Wed, 28 Feb 2018 10:21:43 -0800 Martin von Zweigbergk narrow: move requirement constant to core
Thu, 22 Feb 2018 00:51:32 -0500 Augie Fackler narrowbundle2: more kwargs native string fixes
Wed, 21 Feb 2018 22:49:40 -0500 Augie Fackler narrowbundle2: use native string to get kwargs from dict
Wed, 21 Feb 2018 22:49:15 -0500 Augie Fackler narrowbundle2: drop legacy getcgkwargs variable
Wed, 21 Feb 2018 19:11:11 -0800 Augie Fackler narrowbundle2: replace map() with equivalent list comprehension
Wed, 21 Feb 2018 11:58:41 -0500 Augie Fackler narrowbundle2: this dict contains native strings, look kws up as such
Tue, 13 Feb 2018 13:50:24 -0800 Martin von Zweigbergk narrow: restrict manifest iteration by using manifest.walk(matcher)
Tue, 13 Feb 2018 13:16:06 -0800 Martin von Zweigbergk narrow: only diff manifest part within narrowspec when generating changegroup
Tue, 13 Feb 2018 14:39:02 -0500 Sandu Turcan narrow: fix for getting the username when running http server
Mon, 12 Feb 2018 16:21:34 -0800 Gregory Szorc narrowspec: move module into core
Mon, 12 Feb 2018 14:42:47 -0500 Augie Fackler narrow: make restrictpatterns a little more idiomatic
Fri, 02 Feb 2018 10:27:08 -0500 Augie Fackler narrow: mark requirement as a constant
Fri, 02 Feb 2018 10:23:23 -0500 Augie Fackler narrowbundle2: mark most constants as module-private
Fri, 02 Feb 2018 10:18:11 -0500 Augie Fackler narrowbundle2: make constants ALLCAPS to be a bit more readable
Mon, 29 Jan 2018 18:12:17 -0500 Augie Fackler narrow: drop legacy support for getsubsetraw
Mon, 29 Jan 2018 16:19:33 -0500 Augie Fackler narrow: import experimental extension from narrowhg revision cb51d673e9c5
less more (0) tip