log

age author description
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
Thu, 09 Aug 2018 13:08:29 -0400 Augie Fackler tests: rename variables in revlog index parse test for clarity
Thu, 09 Aug 2018 13:06:50 -0400 Augie Fackler tests: move assertion closer to want/got declarations in test-parseindex2.py
Thu, 09 Aug 2018 13:05:40 -0400 Augie Fackler tests: move chunks of test-parseindex2.py to use unittest properly
Thu, 09 Aug 2018 12:59:23 -0400 Augie Fackler tests: fix up indent width in test-parseindex2.py
Thu, 09 Aug 2018 12:58:25 -0400 Augie Fackler tests: start moving test-parseindex2.py to a unittest
Thu, 09 Aug 2018 12:10:34 -0400 Augie Fackler tests: port test-absorb-filefixupstate to Python 3
Thu, 09 Aug 2018 12:06:31 -0400 Augie Fackler absorb: port partway to Python 3
Sat, 04 Aug 2018 21:31:46 -0400 Valentin Gatien-Baron localrepo: better error when a repo exists but we lack permissions
Mon, 06 Aug 2018 11:32:16 -0700 Gregory Szorc changegroup: extract _revisiondeltanormal() to standalone function
Mon, 06 Aug 2018 11:13:25 -0700 Gregory Szorc changegroup: inline _revchunk() into group()
Mon, 06 Aug 2018 11:06:22 -0700 Gregory Szorc changegroup: pass mfdicts properly
Mon, 06 Aug 2018 11:33:05 -0700 Gregory Szorc changegroup: pass sorted revisions into group() (API)
Fri, 03 Aug 2018 18:40:41 -0700 Gregory Szorc changegroup: pull _fileheader out of cgpacker
Mon, 06 Aug 2018 09:26:02 -0700 Gregory Szorc changegroup: factor changelogdone into an argument
Fri, 03 Aug 2018 18:31:00 -0700 Gregory Szorc changegroup: record changelogdone after fully consuming its data
Mon, 06 Aug 2018 09:24:35 -0700 Gregory Szorc changegroup: key off changelogdone
Mon, 06 Aug 2018 10:43:05 -0700 Gregory Szorc perf: call _generatechangelog() instead of group()
Fri, 03 Aug 2018 17:59:56 -0700 Gregory Szorc changegroup: factor changelog chunk generation into own function
Fri, 03 Aug 2018 14:16:14 -0700 Gregory Szorc changegroup: pass function to resolve delta parents into constructor
Tue, 07 Aug 2018 10:24:49 -0700 Gregory Szorc changegroup: restore original behavior of _nextclrevtolocalrev
Thu, 09 Aug 2018 12:03:39 -0400 Augie Fackler py3: whitelist another test caught by the ratchet
Thu, 09 Aug 2018 11:56:24 -0400 Augie Fackler debugcommands: force import of fileset in debugfileset
Tue, 07 Aug 2018 17:22:33 -0700 Jun Wu linelog: optimize replacelines
Tue, 07 Aug 2018 17:17:01 -0700 Jun Wu linelog: extract `len(self._program)` to a local function
Mon, 06 Aug 2018 18:56:24 -0700 Jun Wu perf: add a command to benchmark linelog edits
Mon, 06 Aug 2018 18:56:24 -0700 Jun Wu linelog: update internal help text