mercurial/debugcommands.py
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Thu, 20 Sep 2018 21:35:01 -0700 Martin von Zweigbergk debugdirstate: deprecate --nodates in favor of --no-dates
Wed, 29 Aug 2018 15:17:11 -0700 Gregory Szorc wireprotov2peer: stream decoded responses
Tue, 28 Aug 2018 15:37:55 -0700 Gregory Szorc debugcommands: use our CBOR decoder
Mon, 27 Aug 2018 09:13:58 -0700 Gregory Szorc stringutil: teach pprint() to indent
Thu, 16 Aug 2018 02:53:42 +0200 Boris Feld revlog: split functionality related to deltas computation in a new module
Tue, 21 Aug 2018 00:01:54 +0000 Gregory Szorc debugcommands: introduce debugrevlogindex (BC)
Mon, 20 Aug 2018 23:08:57 +0000 Gregory Szorc debugcommands: use openstorage() in debugdata (BC)
Mon, 20 Aug 2018 21:01:05 +0000 Gregory Szorc debugcommands: use openstorage() in debugindexdot
Fri, 10 Aug 2018 15:01:06 -0700 Gregory Szorc manifest: add getstorage() to manifestlog and use it globally
Thu, 16 Aug 2018 19:55:55 +0000 Gregory Szorc debugcommands: use a revset instead of dagutil
Thu, 16 Aug 2018 19:47:30 +0000 Gregory Szorc setdiscovery: don't use dagutil for node -> rev conversion
Thu, 16 Aug 2018 19:39:47 +0000 Gregory Szorc setdiscovery: don't use dagutil for rev -> node conversions
Wed, 15 Aug 2018 12:30:30 +0200 Boris Feld debugrevlog: display snapshot details per depth
Fri, 27 Jul 2018 10:52:43 +0200 Boris Feld debugrevlog: include information about intermediate snapshots
Wed, 15 Aug 2018 15:20:44 +0200 Boris Feld debugrevlog: fix for non-manifest object
Sat, 28 Jul 2018 14:14:59 +0200 Boris Feld debugrevlog: display details about empty revision
Fri, 27 Jul 2018 19:19:52 +0200 Boris Feld debugrevlog: track empty revlog entries
Fri, 27 Jul 2018 10:59:59 +0200 Boris Feld debugrevlog: document some of the variable used
Fri, 10 Aug 2018 03:33:38 -0400 Augie Fackler debugcommands: urlerror only has a read() method in Python 2
Fri, 10 Aug 2018 03:31:23 -0400 Augie Fackler debugcommands: get_method should always return a sysstr
Fri, 10 Aug 2018 03:14:52 -0400 Augie Fackler debugcommands: fix a missing b prefix
Thu, 09 Aug 2018 11:56:24 -0400 Augie Fackler debugcommands: force import of fileset in debugfileset
Sat, 21 Jul 2018 15:52:26 +0900 Yuya Nishihara fileset: add stub for weight-based optimization
Sat, 21 Jul 2018 16:11:36 +0900 Yuya Nishihara fileset: add phase to transform parsed tree
Mon, 11 Jun 2018 12:32:16 +0900 FUJIWARA Katsunori i18n: omit redundant translatable synopsis text to avoid xgettext warning
Sun, 22 Jul 2018 15:50:45 +0900 Yuya Nishihara fileset: extract language processing part to new module (API)
Sat, 21 Jul 2018 15:05:40 +0900 Yuya Nishihara debugfileset: add option to show matcher representation
Sat, 21 Jul 2018 14:52:36 +0900 Yuya Nishihara debugfileset: backport --show-stage option from debugrevspec
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Tue, 31 Jul 2018 19:37:54 +0200 Martijn Pieters manifest: persist the manifestfulltext cache
Sun, 15 Jul 2018 18:24:57 +0900 Yuya Nishihara obsolete: store user name and note in UTF-8 (issue5754) (BC)
Wed, 11 Jul 2018 13:48:44 +0200 Boris Feld debugdeltachain: protect against 0 readsize
Thu, 21 Jun 2018 18:19:57 +0200 Paul Morelle debugdeltachain: avoid division by zero when a chain is empty
Sat, 09 Jun 2018 20:53:12 +0900 Yuya Nishihara fileset: restrict getfileset() to not return a computed set (API)
Sat, 09 Jun 2018 18:58:16 +0900 Yuya Nishihara fileset: make debugfileset filter repository files
Sat, 09 Jun 2018 18:26:04 +0900 Yuya Nishihara fileset: sort debugfileset output
Mon, 25 Jun 2018 01:07:23 +0530 Pulkit Goyal py3: use stringutil.pprint() to print NoneType
Sun, 17 Jun 2018 21:47:34 -0700 Martin von Zweigbergk debugbuilddag: use context manager for progress, locks, transaction
Sun, 17 Jun 2018 21:44:57 -0700 Martin von Zweigbergk debugbuilddag: use progress helper
Thu, 03 May 2018 11:53:56 +0900 Yuya Nishihara templater: add function to look up symbols used in template
Thu, 14 Jun 2018 11:47:51 -0400 Augie Fackler debugcommands: work around logiofd being a pipe and unseekable
Sun, 10 Jun 2018 11:55:52 +0900 Yuya Nishihara debugwalk: pretty-print nested matcher
Sun, 10 Jun 2018 11:53:56 +0900 Yuya Nishihara debugwalk: show matcher output only if -v/--verbose
Sun, 10 Jun 2018 11:50:09 +0900 Yuya Nishihara stringutil: promote smartset.prettyformat() to utility function
Wed, 06 Jun 2018 13:31:24 -0400 Augie Fackler merge with stable
Sat, 26 May 2018 12:38:07 +0900 Yuya Nishihara py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Thu, 19 Apr 2018 07:57:06 +0200 Paul Morelle debugdeltachain: r.start and r.length can be retrieved outside the loop
Fri, 11 May 2018 22:07:43 -0400 Matt Harbison debugextensions: process extensions loaded from the local repository too
Thu, 10 May 2018 21:08:32 +0900 Yuya Nishihara stringutil: flip the default of pprint() to bprefix=False
Tue, 08 May 2018 11:39:38 +0200 Boris Feld debugbundle: also display if a part is mandatory or advisory stable
Thu, 26 Apr 2018 21:24:13 +0900 Yuya Nishihara debugcolor: fix crash by empty styles (issue5856) stable
Sat, 14 Apr 2018 12:07:31 -0700 Gregory Szorc wireprotov2: define response data as CBOR
Sat, 14 Apr 2018 11:46:08 -0700 Gregory Szorc wireprotov2: establish a type for representing command response
Sat, 14 Apr 2018 11:49:57 -0700 Gregory Szorc debugcommands: ability to suppress logging of handshake
Fri, 13 Apr 2018 12:31:34 -0700 Gregory Szorc debugcommands: use command executor for invoking commands
Fri, 13 Apr 2018 11:45:38 -0700 Gregory Szorc exchange: use command executor for pushkey
Thu, 12 Apr 2018 12:33:07 -0700 Gregory Szorc debugcommands: perform handshake when obtaining httpv2 peer
Wed, 11 Apr 2018 18:15:51 -0700 Gregory Szorc wireproto: rename HTTPV2 so it less like HTTP/2
less more (0) -100 -60 tip