Thu, 07 Feb 2019 09:40:37 -0800 |
Martin von Zweigbergk |
subrepo: adjust subrepo prefix before calling subrepo.removefiles() (API)
|
file |
diff |
annotate
|
Thu, 07 Feb 2019 09:46:36 -0800 |
Martin von Zweigbergk |
subrepo: avoid calculating subrepo prefix twice for cat() (API)
|
file |
diff |
annotate
|
Tue, 05 Feb 2019 10:30:05 -0800 |
Martin von Zweigbergk |
revert: respect ui.relative-paths
|
file |
diff |
annotate
|
Tue, 05 Feb 2019 11:14:07 -0800 |
Martin von Zweigbergk |
revert: migrate to scmutil.backuppath()
|
file |
diff |
annotate
|
Wed, 06 Feb 2019 14:57:08 -0800 |
Martin von Zweigbergk |
revert: always show relative path to .orig backup
|
file |
diff |
annotate
|
Tue, 29 Jan 2019 15:49:20 -0800 |
Martin von Zweigbergk |
files: respect ui.relative-paths
|
file |
diff |
annotate
|
Thu, 31 Jan 2019 14:47:34 -0800 |
Kyle Lippincott |
commit: if interactive, look elsewhere for whitespace settings (BC)
|
file |
diff |
annotate
|
Mon, 28 Jan 2019 18:05:05 -0800 |
Kyle Lippincott |
commit: ignore diff whitespace settings when doing `commit -i` (issue5839)
|
file |
diff |
annotate
|
Sun, 03 Feb 2019 01:02:24 +0530 |
Taapas Agrawal |
revert: add prompt before undeleting a file in -i (issue6008)
|
file |
diff |
annotate
|
Fri, 25 Jan 2019 09:50:23 -0800 |
Martin von Zweigbergk |
cmdutil: drop obsolete comment about updating to '.'
|
file |
diff |
annotate
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
file |
diff |
annotate
|
Sat, 12 Jan 2019 17:43:36 +0900 |
Yuya Nishihara |
repair: move ui.history-editing-backup to [rewrite] section
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 21:32:37 +0900 |
Yuya Nishihara |
amend: turn currentdate into tri-state bool so config option can be negated
|
file |
diff |
annotate
|
Mon, 07 Jan 2019 21:43:06 +0900 |
Yuya Nishihara |
amend: add -D/--currentdate option
|
file |
diff |
annotate
|
Mon, 07 Jan 2019 21:39:35 +0900 |
Yuya Nishihara |
amend: add boolean to ignore date-only change
|
file |
diff |
annotate
|
Mon, 07 Jan 2019 21:29:58 +0900 |
Yuya Nishihara |
amend: refactor commit date handling
|
file |
diff |
annotate
|
Fri, 04 Jan 2019 20:27:17 +0530 |
Taapas Agrawal |
amend: add config option to update time to current in hg amend (issue5828)
|
file |
diff |
annotate
|
Fri, 09 Nov 2018 13:57:13 +0800 |
Anton Shestakov |
branch: allow changing branch of merge commits with --rev
|
file |
diff |
annotate
|
Thu, 18 Oct 2018 21:00:07 +0900 |
Yuya Nishihara |
addremove: add "ui." prefix to message color keys
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 09:17:40 -0800 |
Martin von Zweigbergk |
update: clarify update() call sites by specifying argument names
|
file |
diff |
annotate
|
Wed, 17 Oct 2018 21:00:36 +0800 |
Anton Shestakov |
commands: adjust metavariables as appropriate
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 18:49:11 +0200 |
Rodrigo Damazio |
help: adding a proper declaration for shortlist/basic commands (API)
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 12:56:11 -0700 |
Gregory Szorc |
cmdutil: sort unresolved paths
|
file |
diff |
annotate
|
Mon, 01 Oct 2018 14:31:15 -0700 |
Martin von Zweigbergk |
narrow: move remaining narrow-limited dirstate walks to core
|
file |
diff |
annotate
|
Wed, 03 Oct 2018 10:27:44 -0700 |
Martin von Zweigbergk |
cleanup: some Yoda conditions, this patch removes
|
file |
diff |
annotate
|
Sun, 30 Sep 2018 15:53:36 +0900 |
Yuya Nishihara |
formatter: remove experimental marker from -T option
|
file |
diff |
annotate
|
Fri, 21 Sep 2018 19:48:23 -0400 |
Matt Harbison |
py3: rename pycompat.getcwd() to encoding.getcwd() (API)
|
file |
diff |
annotate
|
Sat, 15 Sep 2018 21:35:36 +0900 |
Yuya Nishihara |
status: remove "morestatus" message from formatter data (BC)
|
file |
diff |
annotate
|
Mon, 03 Sep 2018 23:03:19 +0900 |
Yuya Nishihara |
revert: stabilize status message of chunks selected interactively
|
file |
diff |
annotate
|
Fri, 31 Aug 2018 23:28:09 +0530 |
Sushil khanchi |
revert: fix the inconsistency of status msgs in --interactive mode
|
file |
diff |
annotate
|
Mon, 03 Sep 2018 10:44:52 +0530 |
Sushil khanchi |
revert: remove unnecessary check as `msg` should never be a callable now
|
file |
diff |
annotate
|
Sun, 05 Aug 2018 16:44:16 +0900 |
Yuya Nishihara |
formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 09:59:08 -0700 |
Martin von Zweigbergk |
rename: return error status if any rename/copy failed
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 09:54:50 -0700 |
Martin von Zweigbergk |
rename: emit hint about using --after consistently
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 09:50:39 -0700 |
Martin von Zweigbergk |
rename: quote hg commands in warnings
|
file |
diff |
annotate
|
Mon, 27 Aug 2018 04:31:09 +0530 |
Sushil khanchi |
cmdutil: fix typo in revert()
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 16:28:21 +0000 |
Gregory Szorc |
cmdutil: return a revlog from openrevlog() and split function
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 15:01:06 -0700 |
Gregory Szorc |
manifest: add getstorage() to manifestlog and use it globally
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 11:39:48 +0200 |
Boris Feld |
remove: add a label for messages about removed files
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 11:15:05 +0200 |
Boris Feld |
add: add a label for messages about added files
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 09:20:44 +0900 |
Yuya Nishihara |
cmdutil: remove _updatecleanmsg() which is no longer used anywhere
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 09:18:37 +0900 |
Yuya Nishihara |
cmdutil: fix weird indent in _mergemsg()
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 13:13:09 +0300 |
Pulkit Goyal |
status: advertise --abort instead of 'update -C .' to abort graft
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 12:32:11 +0300 |
Pulkit Goyal |
status: advertise --abort instead of 'update -C .' to abort a merge
|
file |
diff |
annotate
|
Wed, 08 Aug 2018 19:29:02 +0530 |
Sangeet Kumar Mishra |
grep: search all commits in allfiles mode
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 12:50:31 +0530 |
Sangeet Kumar Mishra |
grep: add MULTIREV support to --allfiles flag
|
file |
diff |
annotate
|
Tue, 10 Jul 2018 20:23:55 +0530 |
Sushil khanchi |
amend: support "history-editing-backup" config option
|
file |
diff |
annotate
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
file |
diff |
annotate
|
Fri, 27 Jul 2018 14:49:45 -0700 |
Martin von Zweigbergk |
amend: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
|
file |
diff |
annotate
|
Sun, 15 Jul 2018 18:24:57 +0900 |
Yuya Nishihara |
obsolete: store user name and note in UTF-8 (issue5754) (BC)
|
file |
diff |
annotate
|
Sat, 30 Jun 2018 12:42:49 +0530 |
Sushil khanchi |
rebase: add --confirm option
|
file |
diff |
annotate
|
Wed, 11 Jul 2018 21:15:52 +0900 |
Yuya Nishihara |
grep: rename --allfiles to --all-files
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 17:07:29 +0900 |
Yuya Nishihara |
pycompat: move rapply() from util
|
file |
diff |
annotate
|
Sun, 01 Jul 2018 22:01:20 +0900 |
Yuya Nishihara |
files: add support for log-like template keywords and functions
|
file |
diff |
annotate
|
Sun, 01 Jul 2018 21:55:37 +0900 |
Yuya Nishihara |
files: automatically populate fields referenced from template
|
file |
diff |
annotate
|
Sun, 01 Jul 2018 21:47:43 +0900 |
Yuya Nishihara |
cat: add support for log-like template keywords and functions
|
file |
diff |
annotate
|
Thu, 28 Jun 2018 18:07:22 -0700 |
Kyle Lippincott |
unlinkpath: make empty directory removal optional (issue5901) (issue5826)
|
file |
diff |
annotate
|
Mon, 28 May 2018 20:51:20 +0200 |
Boris Feld |
shelve: check the actual shelvestate in morestatus
|
file |
diff |
annotate
|
Tue, 19 Jun 2018 11:07:40 -0700 |
Martin von Zweigbergk |
scmutil: make cleanupnodes optionally also fix the phase
|
file |
diff |
annotate
|
Sun, 17 Jun 2018 22:13:41 -0700 |
Martin von Zweigbergk |
progress: hide update(None) in a new complete() method
|
file |
diff |
annotate
|