mercurial/commands.py
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)
Sun, 30 Sep 2018 15:15:27 +0900 Yuya Nishihara resolve: rename {status} to {mergestatus} to not shadow change status (BC)
Wed, 26 Sep 2018 22:17:26 -0700 Martin von Zweigbergk bundle: consistently put revnums in "base" collection
Sat, 15 Sep 2018 17:26:23 +0900 Yuya Nishihara annotate: pass in wdir rev and node to formatter (BC)
Sat, 15 Sep 2018 17:26:22 +0900 Yuya Nishihara annotate: pass around full hex node until formatting plain output
Sat, 15 Sep 2018 12:47:49 +0900 Yuya Nishihara bookmarks: remove --active in favor of --list
Sat, 15 Sep 2018 12:44:23 +0900 Yuya Nishihara bookmarks: add explicit option to list bookmarks of the given names
Sat, 15 Sep 2018 12:34:13 +0900 Yuya Nishihara bookmarks: reject --delete with --inactive which makes no sense
Sat, 15 Sep 2018 12:32:01 +0900 Yuya Nishihara bookmarks: parse out --inactive to action early
Sat, 15 Sep 2018 12:25:19 +0900 Yuya Nishihara bookmarks: parse out implicit "add" action early
Sat, 15 Sep 2018 12:07:38 +0900 Yuya Nishihara bookmarks: clarify that opts['rename'] points to an old bookmark to be renamed
Sat, 15 Sep 2018 12:04:29 +0900 Yuya Nishihara bookmarks: refactor option checking to pick one from --delete/rename/active
Sat, 15 Sep 2018 11:51:15 +0900 Yuya Nishihara bookmarks: convert opts to bytes dict early
Sat, 15 Sep 2018 11:50:07 +0900 Yuya Nishihara bookmarks: pass in formatter to printbookmarks() instead of opts (API)
Fri, 21 Sep 2018 03:16:08 +0530 Pulkit Goyal py3: use '%d' instead of '%s' for integers
Thu, 13 Sep 2018 22:48:27 -0700 spectral narrow: intersect provided matcher with narrowmatcher in `hg diff`
Sat, 01 Sep 2018 12:15:02 +0900 Yuya Nishihara identify: change {parents} to a list of nodes (BC)
Sat, 01 Sep 2018 12:09:22 +0900 Yuya Nishihara identify: use fm.hexfunc thoroughly
Sat, 01 Sep 2018 15:52:18 +0900 Yuya Nishihara formatter: replace contexthint() with demand loading of ctx object
Tue, 11 Sep 2018 17:20:14 -0700 Gregory Szorc commands: pass include and exclude options to hg.clone()
Sat, 01 Sep 2018 17:37:52 -0400 Valentin Gatien-Baron resolve: ui.config -> ui.configbool, for better validation
Sun, 26 Aug 2018 16:42:28 -0400 Valentin Gatien-Baron resolve: add config to make hg resolve not re-merge by default
Sun, 26 Aug 2018 15:52:34 -0400 Valentin Gatien-Baron resolve: add a flag for the default behavior of re-merging
Sun, 05 Aug 2018 16:51:25 +0900 Yuya Nishihara status: rename {copy} to {source} for compatibility with {file_copies} (BC)
Sun, 05 Aug 2018 16:44:16 +0900 Yuya Nishihara formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
Sun, 26 Aug 2018 15:23:03 -0400 Valentin Gatien-Baron resolve: make condition clearer, and able to handle a new flag
Thu, 16 Aug 2018 17:19:27 +0200 Boris Feld bookmark: add an --active flag to display the active bookmark
Thu, 23 Aug 2018 01:15:19 +0200 Boris Feld phase: handle phase with no command flag
Thu, 09 Aug 2018 23:13:35 -0400 Augie Fackler grep: include format string in columns list
Thu, 09 Aug 2018 23:13:01 -0400 Augie Fackler grep: coerce username to bytestr, not str
Thu, 09 Aug 2018 23:12:44 -0400 Augie Fackler grep: difflib sequencematcher opcodes are native strs
Wed, 25 Jul 2018 12:50:31 +0530 Sangeet Kumar Mishra grep: add MULTIREV support to --allfiles flag
Mon, 06 Aug 2018 10:03:57 +0530 Sushil khanchi resolve: organize 'if confirm' conditionals
Sat, 04 Aug 2018 12:43:41 +0530 Sushil khanchi resolve: support confirm config option with --unmark flag
Sun, 05 Aug 2018 00:53:55 -0700 Kyle Lippincott resolve: correct behavior of mark-check=none to match docs
less more (0) -3000 -1000 -300 -100 -60 tip