log

age author description
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
Wed, 14 Oct 2015 11:58:35 -0400 Augie Fackler changegroup: note why a few methods on cg1unpacker exist
Wed, 14 Oct 2015 11:32:33 -0400 Augie Fackler revlog: rename bundle to cg to reflect its nature as a cg?unpacker
Tue, 13 Oct 2015 17:16:10 -0400 Augie Fackler changegroup: mark _addchangegroupfiles as module-private
Tue, 13 Oct 2015 17:14:37 -0400 Augie Fackler changegroup: delete now-unused addchangegroup method
Tue, 13 Oct 2015 17:14:07 -0400 Augie Fackler localrepo: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Tue, 13 Oct 2015 17:12:46 -0400 Augie Fackler repair: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Tue, 13 Oct 2015 17:12:29 -0400 Augie Fackler exchange: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Tue, 13 Oct 2015 17:12:12 -0400 Augie Fackler commands: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Tue, 13 Oct 2015 17:11:52 -0400 Augie Fackler bundle2: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Tue, 13 Oct 2015 17:11:18 -0400 Augie Fackler shelve: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Tue, 13 Oct 2015 17:14:21 -0400 Augie Fackler histedit: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Tue, 13 Oct 2015 16:58:51 -0400 Augie Fackler changegroup: migrate addchangegroup() to forward to cg?unpacker.apply()
Tue, 13 Oct 2015 15:54:05 -0400 Augie Fackler changegroup: move source check to top of addchangegroup
Thu, 15 Oct 2015 09:52:32 -0400 Augie Fackler error: remove superfluous pass statements
Mon, 12 Oct 2015 18:49:23 -0700 Siddharth Agarwal hook: raise a separate exception for when loading a hook fails
Wed, 14 Oct 2015 11:05:53 -0700 Gregory Szorc clonebundles: advertise clone bundles feature to clients
Wed, 14 Oct 2015 10:36:20 -0700 Gregory Szorc exchange: advertise if a clone bundle was attempted
Tue, 13 Oct 2015 14:55:02 -0700 Gregory Szorc exchange: record that we attempted to fetch a clone bundle
Tue, 13 Oct 2015 12:41:32 -0700 Gregory Szorc exchange: provide hint on how to disable clone bundles
Wed, 14 Oct 2015 10:03:26 -0700 Gregory Szorc exchange: document filterclonebundleentries
Wed, 14 Oct 2015 10:58:35 -0700 Gregory Szorc wireproto: properly parse false boolean args (BC)
Thu, 15 Oct 2015 03:29:00 +0100 Pierre-Yves David bundle2: gracefully skip 'obsmarkers' part if evolution is disabled
Thu, 15 Oct 2015 12:45:34 +0100 Pierre-Yves David obsstore: make the readonly attribute accessible
Mon, 05 Oct 2015 04:26:26 -0700 Pierre-Yves David update: introduce a 'UpdateAbort' exception