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()
Fri, 01 Feb 2019 22:52:09 -0800 Martin von Zweigbergk status: if ui.relative-paths=no, don't use relative paths even with patterns
Fri, 01 Feb 2019 22:28:55 -0800 Martin von Zweigbergk config: introduce a new value for ui.relative-paths getting old behavior
Mon, 04 Feb 2019 20:35:21 +0300 Pulkit Goyal merge with stable
Wed, 30 Jan 2019 17:05:09 -0800 Martin von Zweigbergk grep: respect ui.relative-paths
Wed, 30 Jan 2019 16:59:31 -0800 Martin von Zweigbergk grep: move writing of path outside of column loop
Tue, 29 Jan 2019 12:01:13 -0800 Martin von Zweigbergk resolve: respect ui.relative-paths
Tue, 29 Jan 2019 15:37:35 -0800 Martin von Zweigbergk status: introduce higher-level ui.relative-paths
Tue, 29 Jan 2019 15:37:14 -0800 Martin von Zweigbergk status: extract helper for producing relative or absolute path for UI
Thu, 31 Jan 2019 18:17:02 +0530 Navaneeth Suresh tags: avoid generating commit for an already deleted tag (issue5752)
Thu, 31 Jan 2019 13:32:21 +0800 Anton Shestakov copyright: update to 2019 stable
Fri, 25 Jan 2019 23:43:11 -0800 Martin von Zweigbergk cleanup: use repo['.'] instead of repo[None].p1()
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Fri, 25 Jan 2019 15:31:07 -0800 Gregory Szorc commands: check for modheads being None
Fri, 18 Jan 2019 11:10:30 -0800 Martin von Zweigbergk grep: use set instead of dict with dummy value
Thu, 06 Sep 2018 15:56:53 -0700 Martin von Zweigbergk grep: don't look up copy info unless --follow is given
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Wed, 07 Nov 2018 15:45:09 -0800 Kyle Lippincott resolve: fix mark-check when a file was deleted on one side (issue6020)
Thu, 10 Jan 2019 21:57:21 +0900 Yuya Nishihara graft: abort if --date/user specified with --currentdate/currentuser (BC)
Mon, 07 Jan 2019 19:03:23 -0500 Augie Fackler merge with stable
Wed, 26 Dec 2018 17:36:53 +0300 Pulkit Goyal pull: use opts.get('bookmark') instead of opts['bookmark']
Mon, 24 Dec 2018 17:04:37 +0530 Navaneeth Suresh branches: add -r option to show branch name(s) of a given rev (issue5948)
Thu, 20 Dec 2018 22:28:39 -0500 Valentin Gatien-Baron pull: fix inconsistent view of bookmarks during pull (issue4700)
Wed, 02 Jan 2019 09:41:04 +0900 Yuya Nishihara update: do not pass in user revspec as default destination (issue6044) stable
Sat, 24 Nov 2018 20:05:55 +0900 Yuya Nishihara annotate: remove dead code to not convert path to relative path
Sat, 24 Nov 2018 18:41:44 +0900 Yuya Nishihara annotate: start pager soon after command options are validated
Sat, 24 Nov 2018 18:38:44 +0900 Yuya Nishihara annotate: check and update command options first
Sat, 24 Nov 2018 18:36:44 +0900 Yuya Nishihara annotate: format local tables in less-dense form
Sat, 27 Oct 2018 21:13:23 +0800 Anton Shestakov push: add --publish flag to change phase of pushed changesets
Wed, 21 Nov 2018 21:40:16 +0900 Yuya Nishihara merge with stable
Thu, 15 Nov 2018 22:59:38 +0900 Yuya Nishihara graft: do not try to skip rev derived from ancestor more than once (issue6024) stable
Sat, 10 Nov 2018 13:37:18 -0500 Matt Harbison phase: use the `phases.cmdphasenames` constant to walk available command flags
Sat, 10 Nov 2018 12:07:26 +0900 Yuya Nishihara merge with stable
Fri, 02 Nov 2018 11:57:45 -0700 Kyle Lippincott resolve: when resolve.mark-check=abort, downgrade to warning if pats specified stable
Sun, 14 Oct 2018 17:08:18 +0200 Mads Kiilerich graft: introduce --base option for using custom base revision while merging
Thu, 18 Oct 2018 21:14:22 +0900 Yuya Nishihara commands: restore compatibility for "^cmd" registration (issue6005)
Fri, 19 Oct 2018 13:44:25 +0200 Gregory Szorc commands: support passing depth to hg.clone()
Thu, 09 Feb 2017 09:17:40 -0800 Martin von Zweigbergk update: clarify update() call sites by specifying argument names
Wed, 17 Oct 2018 21:00:36 +0800 Anton Shestakov commands: adjust metavariables as appropriate
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sun, 07 Oct 2018 23:19:49 +0900 Yuya Nishihara help: document about "version" template keywords
Sun, 07 Oct 2018 23:14:21 +0900 Yuya Nishihara help: document about "tags" template keywords
Sun, 07 Oct 2018 23:12:04 +0900 Yuya Nishihara help: document about "status" template keywords
Sun, 07 Oct 2018 23:05:00 +0900 Yuya Nishihara help: document about "resolve" template keywords
Sun, 07 Oct 2018 23:00:50 +0900 Yuya Nishihara help: document about "paths" template keywords
Sun, 07 Oct 2018 22:56:37 +0900 Yuya Nishihara help: document about "identify" template keywords
Sun, 07 Oct 2018 22:50:12 +0900 Yuya Nishihara help: document about "grep" template keywords
Fri, 28 Sep 2018 12:29:21 -0700 Martin von Zweigbergk localrepo: allow narrowmatch() to accept matcher to intersect with
Wed, 03 Oct 2018 18:07:49 -0400 Valentin Gatien-Baron identify: show remote bookmarks in `hg id url -Tjson -B`
Wed, 03 Oct 2018 22:48:19 +0900 Yuya Nishihara help: document about "export" template keywords
Wed, 03 Oct 2018 22:43:57 +0900 Yuya Nishihara help: document about "config" template keywords
Wed, 03 Oct 2018 22:34:18 +0900 Yuya Nishihara help: document about "cat" template keywords
Wed, 03 Oct 2018 22:38:49 +0900 Yuya Nishihara help: document about "branches" template keywords
Wed, 03 Oct 2018 22:32:18 +0900 Yuya Nishihara help: document about "bookmarks" template keywords
Wed, 03 Oct 2018 22:27:45 +0900 Yuya Nishihara help: document about "annotate" template keywords
Mon, 01 Oct 2018 14:44:27 -0400 Valentin Gatien-Baron identify: when using -T, avoid unnecessary remote bookmarks query
Mon, 01 Oct 2018 09:58:42 -0400 Valentin Gatien-Baron identify: only query remote bookmarks if needed
Sun, 30 Sep 2018 16:11:35 +0900 Yuya Nishihara help: document about "files" template keywords
Sun, 30 Sep 2018 15:37:09 +0900 Yuya Nishihara grep: rename {line_number} to {lineno} as well (BC)
Sun, 30 Sep 2018 15:35:17 +0900 Yuya Nishihara annotate: rename {line_number} to {lineno} (BC)
less more (0) -3000 -1000 -120 tip