log

age author description
Thu, 16 Jul 2020 15:56:13 +0200 Joerg Sonnenberger status: match category text in the option description
Wed, 15 Jul 2020 13:19:09 -0700 Martin von Zweigbergk purge: classify as a "working directory management" command in help
Wed, 15 Jul 2020 22:24:02 -0700 Martin von Zweigbergk extensions: make `hg help extensions` list disabled extensions with PyOxidizer
Wed, 08 Jul 2020 00:36:36 +0200 Joerg Sonnenberger phases: sparsify phaseroots and phasesets
Tue, 07 Jul 2020 14:01:12 +0530 Pulkit Goyal extdiff: add some comments in diffrevs()
Tue, 07 Jul 2020 13:26:57 +0530 Pulkit Goyal extdiff: add comments and minor variable renames diffpatch()
Tue, 07 Jul 2020 13:24:13 +0530 Pulkit Goyal extdiff: remove unrequired do3way argument to diffpatch()
Tue, 07 Jul 2020 13:13:18 +0530 Pulkit Goyal extdiff: refactor logic to diff revs of versions of files
Tue, 07 Jul 2020 12:42:39 +0530 Pulkit Goyal extdiff: refactor logic which does diff of patches
Mon, 01 Jun 2020 09:55:31 +0200 Manuel Jacob absorb: make it explicit if empty changeset was created
Mon, 01 Jun 2020 09:42:41 +0200 Manuel Jacob absorb: consider rewrite.empty-successor configuration
Mon, 01 Jun 2020 08:38:42 +0200 Manuel Jacob rebase: consider rewrite.empty-successor configuration
Sun, 12 Jul 2020 06:06:06 +0200 Manuel Jacob rewriteutil: add utility to check whether empty successors should be skipped
Sat, 11 Jul 2020 23:53:27 +0200 Manuel Jacob config: add option to control creation of empty successors during rewrite
Sat, 31 Aug 2019 14:33:26 +0200 Pierre-Yves David commands: use any() instead of `if a or b or c`