hgext/narrow/narrowbundle2.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 18 Jun 2021 16:03:42 -0700 Martin von Zweigbergk narrowbundle: use new context manager for silencing the ui
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 01 Sep 2020 18:08:24 +0530 Pulkit Goyal scmutil: introduce function to check whether repo uses treemanifest or not
Sat, 08 Aug 2020 16:24:12 +0530 Pulkit Goyal requirements: introduce new requirements related module
Sat, 08 Aug 2020 15:48:17 +0530 Pulkit Goyal repository: introduce constant for treemanifest requirement and use it
Tue, 14 Apr 2020 16:43:54 +0530 Pulkit Goyal scmutil: add writereporequirements() and route requires writing through it
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Fri, 11 Oct 2019 00:18:34 -0700 Martin von Zweigbergk widening: pass in matchers instead of patterns
Thu, 10 Oct 2019 22:41:50 -0700 Martin von Zweigbergk widening: trust user to give full "known" set
Fri, 11 Oct 2019 00:06:27 -0700 Martin von Zweigbergk widening: remove "depth" argument since it's always None
Fri, 11 Oct 2019 00:03:10 -0700 Martin von Zweigbergk widening: remove unused "heads" argument
Thu, 10 Oct 2019 22:36:55 -0700 Martin von Zweigbergk widening: remove pointless code for second changegroup
Thu, 10 Oct 2019 22:34:16 -0700 Martin von Zweigbergk widening: remove always-true condition in widening code
Fri, 11 Oct 2019 21:51:07 -0700 Martin von Zweigbergk narrow: drop server support for widening using the getbundle command (BC)
Thu, 10 Oct 2019 22:18:35 -0700 Martin von Zweigbergk widening: duplicate generateellipsesbundle2() for widening
Sun, 06 Oct 2019 20:17:41 -0700 Martin von Zweigbergk py3: delete b'' prefix from safehasattr arguments
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 08 Sep 2019 00:11:20 +0200 Pierre-Yves David narrow: rely on setting `quiet` mode instead of `pushbuffer`
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Sat, 25 May 2019 19:49:44 +0300 Pulkit Goyal py3: fix test-narrow* which started failing because of recent changes
Fri, 24 May 2019 15:59:59 +0300 Pulkit Goyal narrow: move heads close to common as they are closely related
Fri, 24 May 2019 15:57:00 +0300 Pulkit Goyal narrow: pass binary nodeids to generateellipsesbundle2()
Tue, 21 May 2019 05:32:14 +0530 Pulkit Goyal narrow: factor out logic to build ellipses related b2parts in separate fn
Tue, 21 May 2019 04:49:18 +0530 Pulkit Goyal narrow: remove unrequired compat code for old versions of hg
Wed, 17 Apr 2019 15:06:41 +0300 Pulkit Goyal narrow: send specs as bundle2 data instead of param (issue5952) (issue6019) stable
Sat, 29 Dec 2018 23:40:18 -0800 Martin von Zweigbergk narrow: move copytonarrowspec() out of setnarrowpats()
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
less more (0) -60 tip