tests/test-help.t
Thu, 10 Dec 2020 12:06:55 -0800 Martin von Zweigbergk diff: update synopsis to use --from/--to instead of -r
Thu, 10 Dec 2020 12:00:45 -0800 Martin von Zweigbergk diff: describe behavior by using --from/--to instead of varying revision count
Wed, 09 Dec 2020 18:31:19 -0800 Martin von Zweigbergk diff: add --from and --to flags as clearer alternative to -r -r
Sat, 28 Nov 2020 16:35:20 +0530 Sushil khanchi help: fix a grammar/typo in hg help dates
Sun, 08 Nov 2020 16:23:35 -0500 Valentin Gatien-Baron strip: move into core
Wed, 30 Sep 2020 09:21:33 +0200 Pierre-Yves David changing-files: add a debug command display changed files
Wed, 01 Apr 2020 08:42:00 -0500 Augie Fackler debugcommands: create new debugantivirusrunning command
Thu, 16 Jul 2020 15:56:13 +0200 Joerg Sonnenberger status: match category text in the option description
Tue, 14 Apr 2020 17:06:11 +0530 Pulkit Goyal debugcommands: introduce new debugrequirements command
Mon, 22 Jun 2020 13:32:20 +0200 Pierre-Yves David documentation: add some internals documentation about bid merge
Mon, 06 Jul 2020 17:44:25 +0200 Manuel Jacob pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
Fri, 17 Jan 2020 21:22:23 +0300 Pulkit Goyal debugbackupbundle: introduce command to interact with strip backups
Wed, 15 Jan 2020 15:47:12 +0100 Pierre-Yves David nodemap: have some python code writing a nodemap in persistent binary form
Sun, 09 Feb 2020 15:50:36 -0500 Valentin Gatien-Baron help: add a mechanism to change flags' help depending on config
Fri, 07 Feb 2020 13:54:09 -0500 Valentin Gatien-Baron tags: add a debug command to display .hg/cache/hgtagsfnodes1
Wed, 18 Sep 2019 06:07:09 +0200 Joerg Sonnenberger hgext: initial version of fastexport extension
Fri, 18 Oct 2019 11:18:41 -0400 Jordi GutiƩrrez Hermoso grep: update docs to reflect new --all-files default
Tue, 10 Sep 2019 00:15:47 +0200 Pierre-Yves David sidedata: add a debugsidedata command
Mon, 15 Jul 2019 22:23:31 +0530 Taapas Agrawal continue: added logic for hg continue
Sun, 23 Jun 2019 20:58:01 +0530 Taapas Agrawal abort: added logic for of hg abort
Fri, 28 Jun 2019 21:31:34 +0530 Navaneeth Suresh shelve: move shelve extension to core
Mon, 24 Jun 2019 14:28:21 -0400 Augie Fackler merge with stable
Sat, 22 Jun 2019 23:04:52 -0400 Matt Harbison help: add a missing blank line to unhide `revlog-compression` stable
Thu, 13 Jun 2019 23:28:31 +0300 Navaneeth Suresh help: add help entry for internals.mergestate
Tue, 04 Jun 2019 20:58:39 +0900 Yuya Nishihara root: add support for -Tformatter option
Thu, 23 May 2019 11:14:32 -0400 Nathan Goldbaum help: include subtopic in error message if passed
Wed, 15 May 2019 22:09:02 -0700 Martin von Zweigbergk bookmarks: keep bookmarks in .hg/store if new config set
Wed, 15 May 2019 23:26:05 -0700 Martin von Zweigbergk help: add missing blank line, making "revlog-compression" show up
Wed, 17 Apr 2019 01:11:09 +0200 Pierre-Yves David verify: introduce an experimental --full flag
Fri, 18 Jan 2019 13:13:30 -0800 Martin von Zweigbergk context: introduce p[12]copies() methods and debugp[12]copies commands
Mon, 18 Feb 2019 00:27:25 +0900 FUJIWARA Katsunori tests: bulk changes to avoid "omit superfluous pass" check-code.py error
Mon, 04 Feb 2019 14:14:25 -0800 Gregory Szorc tests: use raw strings in test-help.t
Mon, 04 Feb 2019 20:35:21 +0300 Pulkit Goyal merge with stable
Fri, 25 Jan 2019 14:41:53 -0800 Martin von Zweigbergk debugcommands: add a debugpathcopies command
Wed, 30 Jan 2019 18:15:38 +0100 Boris Feld sparserevlog: document the config option stable
Wed, 19 Dec 2018 09:33:42 -0800 Martin von Zweigbergk help: hide default value for default-off flags
Wed, 19 Dec 2018 09:20:32 -0800 Martin von Zweigbergk help: show "[no-]" only for default-on Flags
Fri, 14 Dec 2018 13:44:46 -0800 Martin von Zweigbergk help: present boolean arguments as "--[no-]foo"
Fri, 14 Dec 2018 13:33:12 -0800 Martin von Zweigbergk help: show "default: off" for boolean flags that default to off
Fri, 14 Dec 2018 13:20:00 -0800 Martin von Zweigbergk help: use "default: on" instead of "default: True"
Mon, 12 Nov 2018 21:28:54 +0900 Yuya Nishihara help: add internals.extensions topic
Thu, 18 Oct 2018 19:57:30 -0700 rdamazio help: displaying extension commands by default
Thu, 18 Oct 2018 19:57:05 -0700 rdamazio help: displaying documented aliases by default
Fri, 12 Oct 2018 18:06:32 +0200 Rodrigo Damazio help: assigning topic categories
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sat, 13 Oct 2018 14:11:12 +0200 Yuya Nishihara py3: do I/O in bytes in test-help.t
Sat, 13 Oct 2018 04:08:53 +0300 Pulkit Goyal py3: add b'' prefixes in tests/test-help.t
Wed, 03 Oct 2018 12:57:01 -0700 Gregory Szorc repository: define and use revision flag constants
Mon, 14 May 2018 00:43:07 +0200 Joerg Sonnenberger extensions: new closehead module for closing arbitrary heads
Wed, 08 Aug 2018 23:17:16 -0700 Martin von Zweigbergk debugcommands: add a debugindexstats command
Sun, 30 Sep 2018 15:53:36 +0900 Yuya Nishihara formatter: remove experimental marker from -T option
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Fri, 14 Sep 2018 22:25:44 +0900 Yuya Nishihara help: add internals.wireprotocolrpc to the table
Thu, 06 Sep 2018 21:55:30 +0900 Yuya Nishihara help: add internals.wireprotocolv2 to the table, and remove redundant header
Tue, 28 Aug 2018 20:27:36 -0700 Gregory Szorc internals: document CBOR utilization
Sun, 05 Aug 2018 13:34:04 +0900 Yuya Nishihara minirst: filter blocks by full path to section
Sun, 05 Aug 2018 12:42:10 +0900 Yuya Nishihara help: rewrite parsing of help topic to not drop section name with dots
Sun, 05 Aug 2018 12:48:02 +0900 Yuya Nishihara test-help: add tests showing that sections can't be filtered by dotted name
Tue, 21 Aug 2018 00:01:54 +0000 Gregory Szorc debugcommands: introduce debugrevlogindex (BC)
Wed, 22 Aug 2018 14:22:59 +0900 FUJIWARA Katsunori help: revise explanation about capability check while selecting merge tool
less more (0) -300 -100 -60 tip