tests/test-help.t
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
less more (0) -100 -60 tip