log tests/test-help.t @ 46387:c41ac8985fe4

age author description
Mon, 18 Jan 2021 10:24:20 +0100 Valentin Gatien-Baron purge: move extension into core mercurial
Mon, 18 Jan 2021 19:16:49 +0530 Pulkit Goyal share: move share safe functionality out of experimental
Thu, 14 Jan 2021 00:56:27 +0100 Pierre-Yves David persistent-nodemap: document the feature in `hg help config.format`
Thu, 14 Jan 2021 11:53:55 -0800 Martin von Zweigbergk error: use detailed exit code 10 for command errors
Wed, 13 Jan 2021 22:37:21 -0800 Martin von Zweigbergk errors: raise InputError when non-existent help section requested
Mon, 07 Dec 2020 22:27:43 +0100 Pierre-Yves David debugsetparents: add various warning in the help message
Tue, 08 Dec 2020 16:45:13 -0800 Martin von Zweigbergk mergetools: add new conflict marker format with diffs in
Thu, 10 Dec 2020 14:39:22 -0800 Martin von Zweigbergk diff: deprecate -r option
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
Mon, 20 Aug 2018 22:04:22 -0400 Matt Harbison tests: drop an unnecessary redirect to /dev/null
Sat, 18 Aug 2018 15:15:04 -0400 Matt Harbison tests: conditionalize color output on abort
Tue, 14 Aug 2018 22:20:28 +0900 FUJIWARA Katsunori filemerge: show actual capabilities of internal merge tools
Wed, 15 Aug 2018 22:24:50 +0900 FUJIWARA Katsunori filemerge: add config knob to check capabilities of internal merge tools
Tue, 14 Aug 2018 20:05:36 +0900 FUJIWARA Katsunori help: describe more detail about capabilities while deciding merge tool
Tue, 24 Jul 2018 10:22:07 -0700 Martin von Zweigbergk dispatch: don't show list of commands on bogus command
Tue, 31 Jul 2018 19:37:54 +0200 Martijn Pieters manifest: persist the manifestfulltext cache
Wed, 06 Jun 2018 13:31:24 -0400 Augie Fackler merge with stable
Wed, 06 Jun 2018 21:19:42 +0800 Anton Shestakov templatefuncs: only render text portion of minirst.format() result stable
Wed, 06 Jun 2018 21:15:26 +0800 Anton Shestakov tests: demonstrate that hgweb renders "pruned" that minirst.format() returns stable
Mon, 14 May 2018 13:11:04 +0200 David Demelier help: add new deprecated topic
Wed, 25 Apr 2018 00:26:49 +0530 Pulkit Goyal remotenames: mark the extension as EXPERIMENTAL stable
Thu, 18 Jan 2018 12:54:01 +0100 Joerg Sonnenberger wireproto: support for pullbundles
Wed, 04 Apr 2018 13:21:34 -0700 Gregory Szorc tests: conditionalize tests based on presence of custom extensions
Wed, 21 Mar 2018 23:36:11 +0530 Sushil khanchi remove: add dry-run functionality
Sun, 04 Mar 2018 17:11:33 -0500 Rodrigo Damazio help: supporting both help and doc for aliases
Thu, 22 Mar 2018 17:08:25 -0700 Daniel Ploch fancyopts: fix rendering of customopt defaults in help text
Mon, 26 Feb 2018 20:44:01 +0800 Anton Shestakov debug: add debugwhyunstable that explains instabilities
Tue, 06 Mar 2018 03:05:49 -0600 Yuya Nishihara ui: add debug commands to test interactive prompt
Thu, 01 Mar 2018 08:24:54 -0800 Gregory Szorc debugcommands: add debugwireproto command
Tue, 27 Feb 2018 15:47:44 -0800 Gregory Szorc debugcommands: add debugserve command
Sat, 17 Feb 2018 11:19:52 -0700 Gregory Szorc internals: document bundle2 format
Sun, 27 Dec 2015 14:13:27 +0900 Yuya Nishihara help: list deprecated and experimental extensions if --verbose
Sun, 27 Dec 2015 13:08:51 +0900 Yuya Nishihara hgweb: translate Abort in help command to 404 error
Mon, 29 Jan 2018 16:19:33 -0500 Augie Fackler narrow: import experimental extension from narrowhg revision cb51d673e9c5
Sat, 23 Dec 2017 00:19:09 +0530 Pulkit Goyal remotenames: introduce class to encapsulate remotenames info in an extension
Sat, 03 Feb 2018 12:01:01 -0800 Gregory Szorc debugcommands: introduce debugpeer command
Mon, 18 Dec 2017 20:44:59 -0800 Gregory Szorc githelp: vendor Facebook authored extension
Fri, 15 Dec 2017 09:30:16 +0100 Boris Feld debug: add a 'debugdownload' command
Thu, 07 Dec 2017 16:19:46 +0100 Boris Feld debugformat: add a 'debugformat' command
Mon, 30 Oct 2017 20:35:30 -0700 Rodrigo Damazio Bovendorp help: adding a topic on flags
Mon, 30 Oct 2017 17:08:16 +0100 Boris Feld debug: add a debugcapabilities commands
Wed, 01 Nov 2017 15:34:22 -0500 Kevin Bullock internals: update test-help.t for config registrar copy-edit stable
Tue, 31 Oct 2017 23:09:29 -0400 Matt Harbison help: minor copy editing for grammar stable
Fri, 27 Oct 2017 18:19:07 +0200 Boris Feld internal-doc: document the config register mechanism stable
Fri, 20 Oct 2017 14:15:46 -0700 Joe Blaylock help: fix typo in hg merge documentation stable
Tue, 29 Aug 2017 18:20:50 -0700 David Soria Parra mdiff: add a --ignore-space-at-eol option
Tue, 22 Aug 2017 15:51:30 -0400 Augie Fackler tests: update test-help to pass our import checker
Thu, 15 Jun 2017 14:22:25 -0400 Augie Fackler tests: clean up many print statements to be print functions instead
Tue, 18 Jul 2017 00:10:44 +0530 Pulkit Goyal commitextras: mark the extension as ADVANCED
Wed, 12 Jul 2017 00:23:45 +0530 Pulkit Goyal commitextras: move fb extension to core which add extras to a commit
Thu, 30 Mar 2017 00:27:46 -0400 Matt Harbison debug: add a method to check the state of, and built an SSL cert chain
Fri, 07 Jul 2017 00:13:53 -0700 Martin von Zweigbergk dispatch: fix typo suggestion for disabled extension
Fri, 07 Jul 2017 00:12:44 -0700 Martin von Zweigbergk tests: add tests for typoed commands
Wed, 05 Jul 2017 11:10:11 -0500 Augie Fackler tests: replace yet more calls to `python` with $PYTHON
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests
Fri, 09 Jun 2017 13:59:13 -0700 Gregory Szorc hgweb: consolidate search form for paper
Sun, 28 May 2017 15:42:05 -0400 Augie Fackler tests: port test extension in test-help.t to python 3
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 02 May 2017 21:35:06 +0200 Pierre-Yves David caches: introduce a 'debugupdatecaches' command
Sat, 13 May 2017 03:37:50 +0900 FUJIWARA Katsunori debugcommands: add debugpickmergetool to examine which merge tool is chosen
Sat, 13 May 2017 03:31:42 +0900 FUJIWARA Katsunori filemerge: add internal merge tool to dump files forcibly
Sat, 06 May 2017 02:33:00 +0900 FUJIWARA Katsunori help: describe about choice of :prompt as a fallback merge tool explicitly stable
Wed, 03 May 2017 22:07:47 -0400 Matt Harbison help: spelling fixes stable
Wed, 19 Apr 2017 17:04:22 -0700 Matt DeVore help: explain how to access subtopics in internals stable
Wed, 05 Apr 2017 15:31:08 -0700 Alexander Fomin diff: add --binary option for git mode diffs
Mon, 03 Apr 2017 19:45:09 -0400 Augie Fackler tests: make zstd-related output optional
Sat, 01 Apr 2017 13:43:52 -0700 Gregory Szorc commands: update help for "unbundle"
Sat, 01 Apr 2017 13:43:43 -0700 Gregory Szorc commands: update help for "bundle"
Sat, 01 Apr 2017 13:42:06 -0700 Gregory Szorc help: document bundle specifications
Fri, 10 Mar 2017 17:37:39 -0500 Augie Fackler help: update help.internalstable for new censor docs
Thu, 09 Mar 2017 12:55:48 +0900 Yuya Nishihara help: fix layout of pre-formatted text
Wed, 01 Mar 2017 18:37:34 -0800 Kyle Lippincott help: fix internals.changegroups
Wed, 01 Mar 2017 20:22:04 +0100 Pierre-Yves David color: update the help table
Tue, 21 Feb 2017 20:04:55 +0100 Pierre-Yves David color: update main documentation
Tue, 21 Feb 2017 18:41:37 +0100 Pierre-Yves David color: move 'debugcolor' into the 'debugcommands' modules
Sat, 25 Feb 2017 19:44:23 +0100 Pierre-Yves David color: add a 'ui.color' option to control color behavior
Tue, 21 Feb 2017 18:09:21 +0100 Pierre-Yves David color: add the definition of '--color' in core
Tue, 01 Nov 2016 14:50:45 +0000 Jun Wu help: hide command line options marked as "advanced"
Tue, 07 Feb 2017 00:07:53 -0500 Augie Fackler pager: move most help to a new help topic and deprecate extension
Thu, 16 Feb 2017 09:38:52 -0800 Jun Wu tests: use LOCALIP
Wed, 15 Feb 2017 17:47:57 -0500 Augie Fackler pager: move more behavior into core
Mon, 13 Feb 2017 09:44:16 -0800 Martin von Zweigbergk merge with stable
Sun, 12 Feb 2017 02:23:33 +0900 FUJIWARA Katsunori misc: update year in copyright lines stable
Sun, 05 Feb 2017 18:57:19 +0900 Yuya Nishihara help: show section that couldn't be found
Thu, 24 Nov 2016 16:24:09 -0800 Gregory Szorc debugcommands: stub for debugupgraderepo command
Wed, 11 Jan 2017 11:37:38 -0800 Martin von Zweigbergk help: merge revsets.txt into revisions.txt
Wed, 11 Jan 2017 11:40:40 -0800 Martin von Zweigbergk tests: use `hg help dates` instead of `hg help revs` in test
Wed, 11 Jan 2017 11:28:54 -0800 Martin von Zweigbergk help: use a single paragraph to describe full and abbreviated nodeids
Tue, 10 Jan 2017 20:47:48 -0800 Gregory Szorc hgweb: call process_dates() via DOM event listener
Fri, 16 Dec 2016 09:48:14 -0800 Martin von Zweigbergk help: make multirevs just an alias for revsets
Sat, 15 Oct 2016 14:30:16 +0900 Yuya Nishihara chgserver: make it a core module and drop extension flags
Sun, 09 Oct 2016 03:11:18 +0200 Pierre-Yves David help: backout f3c4edfd35e1 (mark boolean flags with [no-] in help) for now
Sat, 01 Oct 2016 15:10:38 -0400 Augie Fackler merge with stable
Tue, 13 Sep 2016 22:58:12 -0400 Augie Fackler help: mark boolean flags with [no-] to explain that they can be negated
Mon, 26 Sep 2016 16:12:40 +0800 Anton Shestakov hgweb: make anchor name actually match its href on help index page
Fri, 23 Sep 2016 12:45:10 -0500 Kevin Bullock grep: rewrite help to better document current (confusing) behavior stable
Fri, 23 Sep 2016 08:15:05 +0000 Hannes Oldenburg templates: add built-in files() function
Tue, 20 Sep 2016 23:49:20 +0000 timeless tests: favor single quotes for wrapping hg help ...
Tue, 20 Sep 2016 23:47:46 +0000 timeless help: use single quotes in use warning
Thu, 01 Sep 2016 22:06:42 +0200 liscju help: show content for explicitly disabled extension (issue5228)
Mon, 22 Aug 2016 19:46:39 -0700 Gregory Szorc help: internals topic for wire protocol
Sat, 06 Aug 2016 17:04:22 -0700 Gregory Szorc help: don't try to render a section on sub-topics
Sun, 26 Jun 2016 07:59:02 -0700 Gregory Szorc ui: path option to declare which revisions to push by default
Tue, 17 May 2016 11:28:46 -0500 Matt Mackall merge with stable
Thu, 12 May 2016 01:03:19 +0100 Jun Wu hgcia: remove hgcia (BC)
Fri, 13 May 2016 07:19:59 +0900 FUJIWARA Katsunori help: search section of help topic by translated section name correctly stable 3.8.2
Wed, 04 May 2016 18:18:24 +0100 Jun Wu ui: add new config option for help text width
Wed, 13 Apr 2016 09:56:51 +0200 liscju remove: fix --force option help description (issue5177)
Fri, 08 Apr 2016 18:35:49 +0000 timeless help: report source of aliases
Mon, 28 Mar 2016 12:50:56 -0700 Pierre-Yves David record: deprecate the extension
Thu, 17 Mar 2016 00:36:01 +0000 timeless filemerge: use revset notation for p1/p2 of local/other descriptions
Sun, 20 Mar 2016 12:25:46 -0700 Yuya Nishihara tests: make config/help tests pass even if chgserver extension is loaded
Thu, 17 Mar 2016 00:36:01 +0000 timeless filemerge: indicate that local/other are p1/p2
Sun, 14 Feb 2016 01:06:12 +0900 Yuya Nishihara templater: add debugtemplate command
Sat, 12 Mar 2016 18:51:07 -0800 Gregory Szorc help: document requirements
Thu, 21 Jan 2016 21:15:52 +0000 timeless copyright: update to 2016 stable
Sun, 10 Jan 2016 08:03:58 +0000 timeless help: add --system flag to get help for various platform(s)
Fri, 08 Jan 2016 10:58:04 -0800 Gregory Szorc exchange: make clone bundles non-experimental and enabled by default
Tue, 12 Jan 2016 06:03:36 +0000 timeless minirst: change hgrole to use single quotes
Tue, 05 Jan 2016 07:47:08 -0800 Laurent Charignon debugignore: find out if a file is being ignored
Wed, 30 Dec 2015 16:21:57 -0700 Gregory Szorc internals: document revlog format
Mon, 04 Jan 2016 21:52:44 -0800 Bryan O'Sullivan dispatch: report similar names consistently
Fri, 01 Jan 2016 16:59:13 +0000 timeless help: include section heading if section depth changes
Wed, 30 Dec 2015 17:15:10 -0700 Gregory Szorc hgweb: support rendering a sub-topic
Wed, 30 Dec 2015 17:34:51 -0700 Gregory Szorc hgweb: support rendering sub-topic indexes
Wed, 30 Dec 2015 17:12:59 -0700 Gregory Szorc templates: make earlycommands and othercommands optional
Tue, 22 Dec 2015 06:02:01 +0000 timeless remove: quote --force in never deletes note
Tue, 22 Dec 2015 02:24:16 +0000 timeless commands: the first word of each note should be capital or `hg`
Fri, 18 Dec 2015 18:52:25 +0000 timeless diff: clarify comparison as first parent
Fri, 18 Dec 2015 09:57:35 -0500 Augie Fackler changegroups: add documentation for cg3
Thu, 17 Dec 2015 14:53:40 +0000 timeless add: mention .hgignore in help
Mon, 14 Dec 2015 05:29:55 +0000 timeless help: filter extension commands
Mon, 14 Dec 2015 06:00:32 +0000 timeless test-help: tighten grep patterns
Sun, 13 Dec 2015 11:19:55 -0800 Gregory Szorc help: support loading sub-topics
Sun, 13 Dec 2015 10:35:03 -0800 Gregory Szorc help: add "internals" topic
Wed, 09 Dec 2015 05:56:54 +0000 timeless help: fix help -c/help -e/help -k
Wed, 09 Dec 2015 19:09:35 +0000 timeless help: call filtercmd from topicmatch
Sat, 05 Dec 2015 21:11:04 -0800 Gregory Szorc ui: support declaring path push urls as sub-options
Sat, 05 Dec 2015 23:37:46 -0800 Gregory Szorc commands: add debugdeltachain command
Wed, 25 Nov 2015 18:10:31 +0100 Mathias De Maré commands: add example for 'hg add'
Fri, 27 Nov 2015 23:10:48 +0900 Yuya Nishihara test-help: don't use progress extension for the test of argument parsing
Sat, 17 Oct 2015 11:23:54 -0700 Gregory Szorc clonebundles: rewrite documentation
Thu, 15 Oct 2015 13:43:18 -0700 Gregory Szorc commands: support consuming stream clone bundles
Sat, 17 Oct 2015 11:40:29 -0700 Gregory Szorc commands: support creating stream clone bundles
Fri, 09 Oct 2015 11:22:01 -0700 Gregory Szorc clonebundles: support for seeding clones from pre-generated bundles
Fri, 02 Oct 2015 13:00:47 -0700 Siddharth Agarwal commands: add a new debug command to print merge state
Thu, 24 Sep 2015 13:58:18 -0400 timeless test-help: verify that extension keywords appear in help templates
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Sat, 26 Sep 2015 12:17:44 +0900 Yuya Nishihara help: hide deprecated filesets, revsets and template items if not verbose
Sat, 26 Sep 2015 12:11:46 +0900 Yuya Nishihara help: pass around ui to rewriter hooks (API)
Sat, 26 Sep 2015 12:06:30 +0900 Yuya Nishihara help: pass around ui to doc loader (API)
Sat, 26 Sep 2015 11:38:39 +0900 Yuya Nishihara help: include parens in DEPRECATED/EXPERIMENTAL keywords
Fri, 25 Sep 2015 11:16:20 -0400 Jordi Gutiérrez Hermoso dispatch: don't stack trace on commands like `hg .log`
Thu, 10 Sep 2015 16:53:07 +0200 liscju mercurial: add debugextensions command (issue4676)
Thu, 10 Sep 2015 20:22:37 -0400 timeless help: fix help argument parsing and documentation
Thu, 10 Sep 2015 10:48:20 -0400 timeless minirst: establish leveling for nested definitions
Thu, 10 Sep 2015 09:41:11 -0400 Jordi Gutiérrez Hermoso filemerge: add non-interactive :merge-local and :merge-other
Wed, 02 Sep 2015 13:39:46 -0400 timeless help/config: make defaults consistent
Thu, 03 Sep 2015 17:06:27 -0400 timeless minirst: handle edge in hunting for parents
Wed, 02 Sep 2015 23:50:45 -0400 timeless commands: support hg help scripting.HGPLAIN
Wed, 02 Sep 2015 15:12:08 -0400 timeless minirst: don't treat top level item as children of last item (issue4803)
Sun, 30 Aug 2015 19:03:38 -0400 timeless help: distinguish sections when multiple match (issue4802)
Sun, 16 Aug 2015 10:19:00 +0200 Erik Huelsmann filemerge: add 'union' merge to internal merge tool
Sat, 18 Jul 2015 17:10:28 -0700 Gregory Szorc help: scripting help topic stable
Sat, 04 Jul 2015 23:11:32 -0400 Matt Harbison help: support 'hg help template.somekeyword'
Mon, 22 Jun 2015 09:59:48 -0700 Gregory Szorc repair: add functionality to rebuild fncache
Mon, 08 Jun 2015 01:01:21 -0700 Pierre-Yves David progress: deprecate the progress extension
Mon, 08 Jun 2015 14:55:40 -0500 Matt Mackall tests: drop DAEMON_PIDS from killdaemons calls
Mon, 08 Jun 2015 14:44:30 -0500 Matt Mackall tests: drop explicit $TESTDIR from executables
Mon, 27 Apr 2015 15:12:41 -0700 Siddharth Agarwal help: also hide options marked EXPERIMENTAL stable
Wed, 25 Mar 2015 11:55:15 -0700 Sean Farley diff: rename --relative option to --root
Tue, 17 Mar 2015 15:46:30 -0700 Siddharth Agarwal commands.diff: add support for diffs relative to a subdirectory
Tue, 17 Mar 2015 22:47:08 +0900 Yuya Nishihara commands: replace "working copy" with "working directory" in help/messages
Sun, 15 Mar 2015 21:52:17 -0400 Mike Edgar censor: add censor command to hgext with basic client-side tests
Mon, 02 Mar 2015 14:52:04 +0100 Jesus Cea copyright: update to 2015
Tue, 10 Feb 2015 10:57:58 -0500 Augie Fackler test-help: add test to demonstrate that 'hg help merge-tools' is sane
Fri, 17 Oct 2014 13:41:29 -0700 Sean Farley debugnamecomplete: rename from debuglabelcomplete
Thu, 18 Dec 2014 21:53:55 +0100 André Sintzoff test: fix typo in test-help.t
Thu, 27 Nov 2014 12:25:01 -0600 Matt Mackall merge with stable
Wed, 26 Nov 2014 17:22:09 +0300 anatoly techtonik merge: be precise about what merged into what in short desc stable
Sat, 15 Nov 2014 21:36:19 -0500 Matt Harbison remove: recurse into subrepositories with --subrepos/-S flag