mercurial/commands.py
Mon, 09 Dec 2019 18:15:38 -0800 Rodrigo Damazio Bovendorp status: split morestatus data loading from display
Thu, 05 Dec 2019 16:18:44 -0500 Augie Fackler annotate: describe --skip as taking a revset
Thu, 21 Nov 2019 09:25:50 +0100 Denis Laxalde import: add a --secret option
Thu, 14 Nov 2019 10:47:04 +0100 Denis Laxalde bisect: replace try:/finally: by a "restore_state" context manager
Thu, 14 Nov 2019 15:27:32 -0500 Augie Fackler commands: use field names instead of field numbers on scmutil.status
Fri, 18 Oct 2019 23:18:47 -0700 Martin von Zweigbergk status: move initialization closer together
Fri, 08 Nov 2019 14:21:52 -0800 Kyle Lippincott unshelve: correct help string; unshelve does not accept file list
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 05 Nov 2019 13:19:24 -0800 Martin von Zweigbergk merge with stable
Tue, 22 Oct 2019 09:56:40 -0400 Jordi GutiƩrrez Hermoso grep: warn on censored revisions instead of erroring out
Sun, 27 Oct 2019 12:36:52 +0900 Yuya Nishihara config: add support for defaultvalue of list of printable elements stable
Sun, 27 Oct 2019 12:30:59 +0900 Yuya Nishihara config: fix -Tjson to not crash due to unsupported defaultvalue types stable
Fri, 18 Oct 2019 11:18:41 -0400 Jordi GutiƩrrez Hermoso grep: update docs to reflect new --all-files default
Sun, 06 Oct 2019 11:06:10 -0400 Sushil khanchi grep: enable all-files by default (BC)
Sun, 06 Oct 2019 15:17:34 +0530 Navaneeth Suresh grep: put --diff in the first line of usage
Fri, 11 Oct 2019 18:56:59 -0700 Martin von Zweigbergk format: format commands.py, which recently regressed
Sat, 05 Oct 2019 13:39:35 -0700 Kyle Lippincott push: support config option to require revs be specified when running push
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 17 Sep 2019 10:47:31 +0000 David Demelier archive: add XZ support if built with Python 3
Sat, 07 Sep 2019 23:20:11 -0400 Matt Harbison uncommit: add options to update to the current user or current date
Wed, 07 Aug 2019 19:18:20 +0530 Navaneeth Suresh config: fix fm.data() handling of defaultvalue
Sat, 03 Aug 2019 12:14:34 +0530 Navaneeth Suresh config: remove pycompat.bytestr() for defaultvalue
Thu, 01 Aug 2019 22:03:52 +0530 Navaneeth Suresh config: add defaultvalue template keyword
Tue, 23 Jul 2019 12:03:24 +0530 Navaneeth Suresh unshelve: add help text on --interactive in verbose mode stable
Fri, 19 Jul 2019 01:49:10 +0530 Taapas Agrawal commands: removed part of description from abort and continue
Thu, 18 Jul 2019 21:10:17 +0530 Navaneeth Suresh shelve: modify help text on --interactive
Thu, 18 Jul 2019 20:54:26 +0530 Navaneeth Suresh unshelve: mark unshelve interactive as experimental
Tue, 02 Jul 2019 18:02:12 +0530 Navaneeth Suresh unshelve: add interactive mode
Wed, 17 Jul 2019 22:24:17 +0530 Taapas Agrawal continue: added support for unshelve
Mon, 15 Jul 2019 22:23:31 +0530 Taapas Agrawal continue: added logic for hg continue
Sun, 30 Jun 2019 01:07:14 +0530 Taapas Agrawal abort: added support for merge
Wed, 26 Jun 2019 22:15:07 +0530 Taapas Agrawal abort: added support for unshelve
Sun, 23 Jun 2019 22:31:31 +0530 Taapas Agrawal abort: added support for graft
Sun, 23 Jun 2019 20:58:01 +0530 Taapas Agrawal abort: added logic for of hg abort
Tue, 09 Jul 2019 10:09:46 -0400 Augie Fackler merge with stable
Tue, 09 Jul 2019 12:58:29 +0300 Taapas Agrawal merge: disallow merge abort in case of an unfinished operation (issue6160)
Sat, 06 Jul 2019 22:19:36 +0530 Taapas Agrawal graft: moved abortgraft and readgraft to cmdutil
Thu, 04 Jul 2019 21:29:28 +0530 Navaneeth Suresh unshelve: rename _dounshelve() to dounshelve()
Wed, 03 Jul 2019 10:06:39 +0800 Anton Shestakov move: --force flag forcibly moves, not copies stable
Wed, 03 Jul 2019 10:01:51 +0800 Anton Shestakov copy: correct synopsis by making SOURCE a required argument stable
Sat, 18 May 2019 15:44:23 +0530 Sushil khanchi commit: add --force-close-branch flag to close a non-head changeset
Fri, 28 Jun 2019 21:31:34 +0530 Navaneeth Suresh shelve: move shelve extension to core
Sat, 08 Jun 2019 23:43:53 +0530 Taapas Agrawal states: moved cmdutil.unfinishedstates to state.py
Wed, 19 Jun 2019 10:19:32 -0700 Martin von Zweigbergk log: pass getcopies() function instead of getrenamed() to displayer (API)
Tue, 16 Apr 2019 02:53:28 +0530 Sushil khanchi commit: make the error message more specific while aborting branch closing
Tue, 16 Apr 2019 02:33:54 +0530 Sushil khanchi commit: add a check if it is trying to close an already closed branch head
Fri, 31 May 2019 10:12:56 -0700 amalloy help: remove repeated word in 'hg help rebase'
Tue, 04 Jun 2019 21:13:35 +0900 Yuya Nishihara root: add template variables pointing to repository directories
Tue, 04 Jun 2019 20:58:39 +0900 Yuya Nishihara root: add support for -Tformatter option
Sat, 18 May 2019 19:38:47 -0400 Matt Harbison commands: drop support for legacy ^cmd registration (API)
Wed, 15 May 2019 20:37:39 +0300 Pulkit Goyal py3: add a r'' to prevent transformer adding b''
Tue, 30 Apr 2019 15:22:03 +0900 Yuya Nishihara help: suggest merge() revset instead of -m/--only-merges
Fri, 03 May 2019 14:11:16 +0800 Anton Shestakov commit: add ability to print file status after each successful invocation
Tue, 16 Apr 2019 02:06:20 +0530 Sushil khanchi branch: abort if closing branch from a non-branchhead cset
Sun, 21 Apr 2019 09:34:16 -0700 Gregory Szorc commands: use byteskwargs() in verify()
Wed, 17 Apr 2019 01:11:09 +0200 Pierre-Yves David verify: introduce an experimental --full flag
less more (0) -3000 -1000 -300 -100 -60 tip