mercurial/changegroup.py
Tue, 13 Sep 2016 16:25:21 -0700 Durham Goode manifest: add manifestctx.readdelta()
Tue, 09 Aug 2016 17:06:35 +0200 Pierre-Yves David computeoutgoing: move the function from 'changegroup' to 'exchange'
Tue, 09 Aug 2016 17:00:38 +0200 Pierre-Yves David getchangegroup: take an 'outgoing' object as argument (API)
Tue, 09 Aug 2016 22:31:38 +0200 Pierre-Yves David outgoing: add a 'missingroots' argument
Tue, 09 Aug 2016 15:26:53 +0200 Pierre-Yves David outgoing: pass a repo object to the constructor
Mon, 08 Aug 2016 22:06:07 -0700 Gregory Szorc changegroup: move branch cache debug message to proper location
Fri, 05 Aug 2016 13:59:58 -0400 Augie Fackler changegroup: use `iter(callable, sentinel)` instead of while True
Wed, 03 Aug 2016 22:07:52 -0700 Gregory Szorc discovery: move code to create outgoing from roots and heads
Sun, 17 Jul 2016 15:13:51 -0700 Gregory Szorc bundle2: store changeset count when creating file bundles
Thu, 16 Jun 2016 15:15:33 -0700 Martin von Zweigbergk changegroup: don't send empty subdirectory manifest groups
Thu, 12 May 2016 22:29:05 -0400 Augie Fackler changegroup: extract method that sorts nodes to send
Mon, 28 Mar 2016 14:41:29 -0700 Martin von Zweigbergk bundle: move writebundle() from changegroup.py to bundle2.py (API)
Mon, 29 Feb 2016 09:26:43 -0800 Martin von Zweigbergk changegroup: clear progress callback after changelog processing
Sun, 28 Feb 2016 22:51:07 -0800 Martin von Zweigbergk changegroup: progress for added files is not measured in "chunks"
Sun, 28 Feb 2016 21:15:06 -0800 Martin von Zweigbergk changegroup: exclude submanifests from manifest progress
Sat, 27 Feb 2016 23:06:05 -0800 Gregory Szorc changegroup: use changelog.readfiles
Mon, 22 Feb 2016 14:43:14 -0800 Martin von Zweigbergk changegroup: drop special-casing of flat manifests
Fri, 12 Feb 2016 23:09:09 -0800 Martin von Zweigbergk changegroup: fix treemanifests on merges
Fri, 12 Feb 2016 23:30:18 -0800 Martin von Zweigbergk changegroup: write root manifests and subdir manifests in a single loop
Fri, 12 Feb 2016 23:26:15 -0800 Martin von Zweigbergk changegroup: introduce makelookupmflinknode(dir)
Fri, 12 Feb 2016 21:21:28 -0800 Martin von Zweigbergk changegroup: prune subdirectory dirlogs too
Fri, 12 Feb 2016 15:42:16 -0800 Martin von Zweigbergk changegroup: include subdirectory manifests in verbose size
Fri, 12 Feb 2016 15:18:56 -0800 Martin von Zweigbergk changegroup: make _packmanifests() dumber
Thu, 11 Feb 2016 20:19:48 -0800 Martin von Zweigbergk changegroup: extract generatemanifests()
Wed, 27 Jan 2016 09:07:28 -0800 Martin von Zweigbergk changegroup: fix pulling to treemanifest repo from flat repo (issue5066) stable
Wed, 27 Jan 2016 10:24:25 -0500 Augie Fackler changegroup: fix treemanifest exchange code (issue5061) stable
Tue, 19 Jan 2016 15:37:07 -0800 Martin von Zweigbergk shelve: use cg3 for treemanifests stable
Tue, 19 Jan 2016 15:32:32 -0800 Martin von Zweigbergk changegroup: introduce safeversion() stable
Tue, 19 Jan 2016 14:27:18 -0800 Martin von Zweigbergk changegroup: don't support versions 01 and 02 with treemanifests stable
Tue, 19 Jan 2016 17:44:25 -0800 Martin von Zweigbergk changegroup: cg3 has two empty groups *after* manifests stable
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use context manager for transaction in changegroup apply
Fri, 08 Jan 2016 16:12:58 -0800 Martin von Zweigbergk changegroup3: move treemanifest support into _unpackmanifests()
Mon, 11 Jan 2016 15:10:31 -0800 Martin von Zweigbergk changegroup3: add empty chunk separating directories and files
Tue, 12 Jan 2016 21:23:45 -0800 Martin von Zweigbergk changegroup3: introduce experimental.changegroup3 boolean config
Tue, 12 Jan 2016 21:01:06 -0800 Martin von Zweigbergk changegroup: hide packermap behind methods
Tue, 05 Jan 2016 17:37:59 -0800 Mateusz Kwapich hooks: add HG_NODE_LAST to txnclose and changegroup hook environments
Fri, 08 Jan 2016 21:14:08 -0800 Martin von Zweigbergk changegroup: remove now-unused 'wasempty' variable and parameter
Fri, 08 Jan 2016 21:13:06 -0800 Martin von Zweigbergk treemanifests: set bundle2 part parameter indicating treemanifest
Fri, 08 Jan 2016 14:47:02 -0800 Martin von Zweigbergk changegroup: don't add a second trailing '/' in dir name
Fri, 08 Jan 2016 14:33:13 -0800 Martin von Zweigbergk changegroup: remove left-over debugging help
Mon, 14 Dec 2015 15:55:12 -0500 Mike Edgar changegroup: add flags field to cg3 delta header
Fri, 11 Dec 2015 11:23:49 -0500 Augie Fackler changegroup: introduce cg3, which has support for exchanging treemanifests
Fri, 04 Dec 2015 11:39:03 -0500 Augie Fackler changegroup: restate file linknode callback using generator expressions
Fri, 04 Dec 2015 11:38:02 -0500 Augie Fackler changegroup: clean up file lookup function
Fri, 04 Dec 2015 10:55:46 -0500 Augie Fackler changegroup: remove one special case from lookupmflinknode
Fri, 04 Dec 2015 10:35:45 -0500 Augie Fackler changegroup: drop 'if True' that made the previous change clearer
Fri, 04 Dec 2015 10:34:58 -0500 Augie Fackler changegroup: avoid iterating the whole manifest
Thu, 03 Dec 2015 10:56:05 -0500 Augie Fackler changegroup: document manifest linkrev callback some more
Wed, 02 Dec 2015 14:32:17 -0500 Augie Fackler changegroup: note during bundle apply if the repo was empty
Fri, 06 Nov 2015 13:01:15 -0500 Pierre-Yves David changegroup: back code change of e7c618cee8df out stable
Fri, 06 Nov 2015 12:59:09 -0500 Pierre-Yves David changegroup: call 'prechangegroup' hook before setting up write delay stable
Fri, 06 Nov 2015 12:39:06 -0500 Pierre-Yves David changegroup: fix the scope of a try finally stable
Tue, 03 Nov 2015 17:13:27 -0800 Durham Goode hooks: fix hooks not firing if prechangegroup was set (issue4934) stable
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori hook: centralize passing HG_PENDING to external hook process
Wed, 14 Oct 2015 15:11:53 -0400 Augie Fackler changegroup: move manifest unpacking into its own method
Thu, 01 Oct 2015 15:35:10 -0400 Augie Fackler changegroup: move manifest packing into a separate function
Wed, 30 Sep 2015 19:59:12 -0400 Augie Fackler changegroup: rename manifest linknode closure for clarity
Tue, 29 Sep 2015 15:14:03 -0400 Augie Fackler changegroup: reformat packermap and add comment
Wed, 14 Oct 2015 12:05:27 -0400 Augie Fackler changegroup: document the public surface area of cg?unpackers
Wed, 14 Oct 2015 11:58:56 -0400 Augie Fackler changegroup: mark cg1unpacker.chunklength as private
less more (0) -100 -60 tip