mercurial/commands.py
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
Wed, 17 Apr 2019 00:37:00 +0200 Pierre-Yves David recover: add a --[no-]verify flag
Fri, 05 Apr 2019 14:35:33 +0200 Pierre-Yves David pull: improved message issued in case of failed update
Fri, 05 Apr 2019 15:56:05 +0200 Pierre-Yves David pull: deal with locally filtered changeset passed into --rev
Fri, 05 Apr 2019 16:05:20 +0300 Pulkit Goyal branch: return early if we find an open named branch apart from default
Fri, 12 Apr 2019 12:20:38 -0400 timeless import: suppress accept: header
Fri, 18 Jan 2019 11:07:46 -0800 Martin von Zweigbergk grep: reuse getrenamedfn() from scmutil
Thu, 21 Feb 2019 10:54:29 -0800 Martin von Zweigbergk templatekw: move getrenamedfn() to scmutil (API)
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Sun, 17 Feb 2019 09:12:30 -0800 Martin von Zweigbergk subrepo: use root-repo-relative path from `hg files` with ui.relative-paths=no
Fri, 15 Feb 2019 15:24:04 -0500 Jordi GutiƩrrez Hermoso grep: give different labels to + and - symbols
Sun, 10 Feb 2019 22:21:45 -0800 Martin von Zweigbergk resolve: slightly simplify join expression by joining with empty strings
Sun, 10 Feb 2019 22:18:19 -0800 Martin von Zweigbergk resolve: respect ui.relative-paths also for warning messages
Mon, 11 Feb 2019 09:40:24 -0800 Martin von Zweigbergk addremove: respect ui.relative-paths
Fri, 08 Feb 2019 13:08:01 -0800 Martin von Zweigbergk forget: pass around uipathfn and use instead of m.rel() (API)
Thu, 07 Feb 2019 23:25:39 -0800 Martin von Zweigbergk addremove: pass around uipathfn and use instead of m.uipath() (API)
Thu, 07 Feb 2019 23:19:33 -0800 Martin von Zweigbergk remove: pass around uipathfn and use instead of m.rel() (API)
Thu, 07 Feb 2019 11:15:30 -0800 Martin von Zweigbergk add: pass around uipathfn and use instead of m.rel() (API)
Fri, 08 Feb 2019 13:31:26 -0800 Martin von Zweigbergk annotate: respect ui.relative-paths for "binary file" message
Wed, 30 Jan 2019 16:21:30 -0800 Martin von Zweigbergk locate: respect ui.relative-paths
Mon, 04 Feb 2019 21:31:18 -0800 Martin von Zweigbergk resolve: migrate to scmutil.backuppath()
less more (0) -3000 -1000 -300 -100 -60 tip