mercurial/changegroup.py
Sun, 12 Dec 2021 21:10:02 -0500 Matt Harbison pytype: stop excluding changegroup.py
Fri, 28 May 2021 20:00:27 +0200 Pierre-Yves David changegroup: fix deltachunk API to be consistent from one class to another
Mon, 29 Mar 2021 22:40:54 +0200 Pierre-Yves David changelogv2: introduce a "changelogv2" feature
Mon, 03 May 2021 12:28:05 +0200 Pierre-Yves David revlog: pass a transaction object to `rewrite_sidedata`
Mon, 03 May 2021 12:23:37 +0200 Pierre-Yves David revlog: use revlog.display_id in narrow error message
Mon, 03 May 2021 12:22:16 +0200 Pierre-Yves David revlog: rename `indexfile` to `_indexfile`
Mon, 03 May 2021 12:21:56 +0200 Pierre-Yves David manifest: drop the `indexfile` from `manifestrevlog`
Mon, 19 Apr 2021 11:22:24 +0200 Raphaël Gomès sidedata: move documentation about sidedata helpers to sidedata module
Mon, 19 Apr 2021 11:22:24 +0200 Raphaël Gomès sidedata: move sidedata-related utils to the dedicated module
Sat, 10 Apr 2021 11:27:40 +0200 Raphaël Gomès cg4: introduce protocol flag to signify the presence of sidedata
Thu, 08 Apr 2021 16:34:11 +0200 Raphaël Gomès changegroup: don't limit cgv4 to revlogv2 repos
Thu, 08 Apr 2021 16:39:39 +0200 Raphaël Gomès sidedata: gate sidedata functionality to revlogv2 in more places
Thu, 08 Apr 2021 19:00:21 +0200 Pierre-Yves David revlog: replace the old `revlog_kind` approach with the new `target` one
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 08 Apr 2021 16:41:13 +0200 Raphaël Gomès changegroup: update comment
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Sat, 13 Mar 2021 00:41:37 -0500 Matt Harbison typing: fix directives mangled by black stable
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Fri, 19 Feb 2021 11:24:50 +0100 Raphaël Gomès sidedata-exchange: rewrite sidedata on-the-fly whenever possible
Fri, 19 Feb 2021 11:15:42 +0100 Raphaël Gomès changegroupv4: add sidedata helpers
Fri, 19 Feb 2021 10:53:27 +0100 Raphaël Gomès sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
Thu, 18 Feb 2021 18:18:35 +0100 Raphaël Gomès delta: add sidedata field to revision delta
Thu, 18 Feb 2021 17:36:52 +0100 Raphaël Gomès changegroup: add v4 changegroup for revlog v2 exchange
Thu, 11 Mar 2021 17:12:08 -0500 Matt Harbison changegroup: convert a warning message to bytes stable
Wed, 03 Mar 2021 12:30:23 +0100 Raphaël Gomès requirements: also add a generaldelta constant
Fri, 19 Feb 2021 11:17:16 +0100 Raphaël Gomès changegroup: use the local variable instead of reaching through self
Fri, 12 Feb 2021 12:51:28 +0100 Raphaël Gomès tests: fix differing output between py2 and py3
Wed, 27 Jan 2021 03:07:14 +0100 Joerg Sonnenberger changegroup: don't convert revisions to node for duplicate handling
Wed, 27 Jan 2021 02:34:51 +0100 Joerg Sonnenberger revlog: change addgroup callbacks to take revision numbers
Wed, 20 Jan 2021 14:47:13 +0100 Joerg Sonnenberger revlog: decouple caching from addrevision callback for addgroup
Tue, 19 Jan 2021 00:20:53 +0100 Joerg Sonnenberger repository: introduce register_changeset callback
Tue, 20 Oct 2020 17:32:45 +0200 Joerg Sonnenberger phases: convert registernew users to use revision sets
Mon, 19 Oct 2020 02:54:12 +0200 Joerg Sonnenberger phases: allow registration and boundary advancement with revision sets
Sun, 18 Oct 2020 22:18:02 +0200 Joerg Sonnenberger revlog: extend addgroup() with callback for duplicates
Tue, 06 Oct 2020 01:51:56 +0200 Joerg Sonnenberger unbundle: free temporary objects after use
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
Fri, 17 Jul 2020 09:20:48 +0200 Manuel Jacob discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof`
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 10 Feb 2020 17:31:05 -0500 Augie Fackler cleanup: re-run black on the codebase
Fri, 27 Dec 2019 13:18:19 -0500 Matt Harbison changegroup: drop an unused variable assignment
Tue, 19 Nov 2019 18:38:17 -0800 Kyle Lippincott lock: pass "success" boolean to _afterlock callbacks
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Wed, 06 Nov 2019 17:25:43 -0500 Augie Fackler changegroup: suppress pytype error that's wrong
Wed, 06 Nov 2019 17:23:47 -0500 Augie Fackler changegroup: avoid shadowing a set with an int
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedata: use only changegroup3 if sidedata is in use
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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
Mon, 30 Sep 2019 14:21:05 -0400 Pierre-Yves David changegroup: use positive logic for treemanifest changegroup3 logic
Sun, 08 Sep 2019 09:42:53 +0200 Pierre-Yves David changegroup: move message about added changes to transaction summary
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Mon, 15 May 2017 00:12:19 -0700 Martin von Zweigbergk match: use '' instead of '.' for root directory (API)
Thu, 21 Feb 2019 21:27:42 -0800 Martin von Zweigbergk changegroup: move non-pruning of non-ellipsis manifests to _prunemanifests()
Thu, 31 Jan 2019 20:11:16 +0300 Pulkit Goyal changegroup: don't try to prune manifest nodes if not ellipses
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Sun, 10 Feb 2019 14:16:37 -0800 Martin von Zweigbergk cleanup: prefer matchmod.{always,never}() over accessing matchers directly
Tue, 29 Jan 2019 16:03:52 +0300 Pulkit Goyal changegroup: don't try to build changelog chunks if not required
Tue, 29 Jan 2019 15:43:02 +0300 Pulkit Goyal changegroup: initialize the state variable a bit earlier
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Thu, 15 Nov 2018 11:16:42 -0800 Kyle Lippincott changegroup: avoid instantiating storage if we are not using it
Thu, 18 Oct 2018 12:31:06 +0200 Boris Feld changegroup: add a option to create bundle with full snapshot only
Wed, 10 Oct 2018 00:21:02 +0200 Boris Feld changegroup: allow to force delta to be against p1
Tue, 09 Oct 2018 23:26:35 +0200 Boris Feld storage: also use `deltamode argument` for ifiledata
Fri, 05 Oct 2018 11:07:34 -0700 Martin von Zweigbergk narrow: when widening, don't include manifests the client already has
Fri, 28 Sep 2018 12:29:21 -0700 Martin von Zweigbergk localrepo: allow narrowmatch() to accept matcher to intersect with
Wed, 03 Oct 2018 12:57:01 -0700 Gregory Szorc repository: define and use revision flag constants
Mon, 24 Sep 2018 09:59:19 -0700 Gregory Szorc revlog: drop emitrevisiondeltas() and associated functionality (API)
Fri, 21 Sep 2018 18:47:04 -0700 Gregory Szorc changegroup: port to emitrevisions() (issue5976)
Mon, 24 Sep 2018 09:41:42 -0700 Gregory Szorc changegroup: remove reordering control (BC)
Thu, 20 Sep 2018 09:52:59 -0400 Augie Fackler changegroup: reintroduce some comments that have gotten lost over the years
Wed, 19 Sep 2018 23:38:30 -0400 Augie Fackler changegroup: tease out a temporary prune method for manifests
Wed, 19 Sep 2018 23:36:16 -0400 Augie Fackler changegroup: remove outdated comment
Mon, 17 Sep 2018 21:41:34 +0300 Pulkit Goyal changegroup: add functionality to skip adding changelog data to changegroup
Mon, 17 Sep 2018 18:21:17 +0300 Pulkit Goyal changegroup: improve the devel-warn to specify changelog was empty
Wed, 15 Aug 2018 16:50:44 +0000 Gregory Szorc manifest: make tree a public attribute
Fri, 10 Aug 2018 15:01:06 -0700 Gregory Szorc manifest: add getstorage() to manifestlog and use it globally
Fri, 10 Aug 2018 14:44:50 -0700 Gregory Szorc manifest: rename dir argument and attribute to tree
Fri, 10 Aug 2018 14:20:47 -0700 Gregory Szorc manifest: remove addgroup() from manifestlog and imanifestlog
Fri, 10 Aug 2018 13:43:26 -0700 Gregory Szorc changegroup: change topics during generation
Fri, 10 Aug 2018 12:44:15 -0700 Gregory Szorc changegroup: rename mfs to manifests
Fri, 10 Aug 2018 12:42:00 -0700 Gregory Szorc changegroup: clean up changelog callback
Fri, 10 Aug 2018 12:08:45 -0700 Gregory Szorc changegroup: call rev() on manifestlog instance
Thu, 09 Aug 2018 19:30:36 -0700 Gregory Szorc changegroup: rename dir to tree to avoid shadowing a built-in
Thu, 09 Aug 2018 16:02:14 -0700 Gregory Szorc repository: establish API for emitting revision deltas
Thu, 09 Aug 2018 15:40:14 -0700 Gregory Szorc repository: formalize interfaces for revision deltas and requests
Thu, 09 Aug 2018 14:31:25 -0700 Gregory Szorc changegroup: move node sorting into deltagroup()
Fri, 17 Aug 2018 21:21:50 +0000 Gregory Szorc dagop: port revlogdag.linearize() to standalone function
Thu, 09 Aug 2018 12:25:06 -0700 Gregory Szorc changegroup: invert conditional and dedent
Thu, 09 Aug 2018 09:40:29 -0700 Gregory Szorc changegroup: capture base node instead of rev in delta request
Thu, 09 Aug 2018 09:28:26 -0700 Gregory Szorc changegroup: introduce requests to define delta generation
Wed, 08 Aug 2018 20:17:48 -0700 Gregory Szorc changegroup: refactor delta parent code
Wed, 08 Aug 2018 16:01:26 -0700 Gregory Szorc changegroup: differentiate between fulltext and diff based deltas
Wed, 08 Aug 2018 15:28:22 -0700 Gregory Szorc changegroup: minor cleanups to deltagroup()
Wed, 08 Aug 2018 14:44:48 -0700 Gregory Szorc changegroup: emit revisiondelta instances from deltagroup()
Wed, 08 Aug 2018 14:33:33 -0700 Gregory Szorc changegroup: move file chunk emission to generate()
Wed, 08 Aug 2018 15:14:59 -0700 Gregory Szorc changegroup: move manifest chunk emission to generate()
Wed, 08 Aug 2018 15:09:12 -0700 Gregory Szorc changegroup: move size tracking and end of manifests to generate()
Wed, 08 Aug 2018 14:15:33 -0700 Gregory Szorc changegroup: emit delta group close chunk outside of deltagroup()
Wed, 08 Aug 2018 14:19:02 -0700 Gregory Szorc changegroup: extract cgpacker.group() to standalone function
Wed, 08 Aug 2018 14:02:31 -0700 Gregory Szorc changegroup: pass all state into group()
Wed, 08 Aug 2018 13:50:54 -0700 Gregory Szorc changegroup: inline _prune() into call sites
Tue, 07 Aug 2018 15:31:03 -0700 Gregory Szorc changegroup: inline _packmanifests() into generatemanifests()
Tue, 07 Aug 2018 15:13:25 -0700 Gregory Szorc changegroup: invert conditional and dedent
Tue, 07 Aug 2018 15:10:38 -0700 Gregory Szorc changegroup: make _revisiondeltanarrow() a standalone function
Tue, 07 Aug 2018 15:08:29 -0700 Gregory Szorc changegroup: pass state into _revisiondeltanarrow
Tue, 07 Aug 2018 14:53:42 -0700 Gregory Szorc changegroup: inline _close()
Tue, 07 Aug 2018 14:52:00 -0700 Gregory Szorc changegroup: pass clrevtolocalrev to each group
Tue, 07 Aug 2018 12:44:56 -0700 Gregory Szorc changegroup: combine _generatefiles() into generatefiles()
Tue, 07 Aug 2018 15:45:56 -0700 Gregory Szorc changegroup: define linknodes callbacks in generatefiles()
Tue, 07 Aug 2018 10:55:32 -0700 Gregory Szorc changegroup: track changelog to manifest revision map explicitly
Tue, 07 Aug 2018 10:49:41 -0700 Gregory Szorc changegroup: remove _clnodetorev
Mon, 06 Aug 2018 15:44:33 -0700 Gregory Szorc changegroup: rename _fullnodes to _fullclnodes
Mon, 06 Aug 2018 15:04:20 -0700 Gregory Szorc changegroup: move part of _revisiondeltanarrow into group()
Mon, 06 Aug 2018 14:56:37 -0700 Gregory Szorc changegroup: populate _clnodetorev as part of changelog linknode lookup
Mon, 06 Aug 2018 11:32:16 -0700 Gregory Szorc changegroup: extract _revisiondeltanormal() to standalone function
less more (0) -120 tip