mercurial/commands.py
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)
less more (0) -3000 -1000 -300 -100 -60 tip