mercurial/commands.py
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 18 Mar 2018 12:28:19 +0900 Yuya Nishihara annotate: pack line content into annotateline object (API)
Tue, 13 Mar 2018 22:18:06 +0900 Yuya Nishihara annotate: drop linenumber flag from fctx.annotate() (API)
Mon, 25 Dec 2017 15:56:07 +0530 Pulkit Goyal commands: use keyword arguments in update function
Wed, 31 Jan 2018 09:41:47 +0100 Boris Feld bundle: condition the changegroup part when creating a new bundle
Sun, 04 Mar 2018 22:35:29 +0530 Pulkit Goyal py3: use "%d" % int instead of str(int)
Sun, 11 Mar 2018 21:36:28 +0900 Yuya Nishihara annotate: add support for template keywords and functions depending on ctx
Mon, 05 Mar 2018 00:18:07 -0500 Gregory Szorc commands: don't check for merge.update() truthiness
Sat, 10 Mar 2018 12:33:19 +0530 Sushil khanchi forget: add --dry-run mode
Fri, 09 Mar 2018 15:57:16 +0100 Joerg Sonnenberger graft: check for missing revision first before scanning working copy
Sun, 04 Mar 2018 22:33:59 +0530 Pulkit Goyal py3: use pycompat.bytestr instead of str
Sun, 04 Mar 2018 05:53:59 +0530 Pulkit Goyal py3: use bytes instead of str to make sure we use bytes internally
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Thu, 08 Feb 2018 23:27:24 +0530 Sangeet Kumar Mishra clone: updates the help text for hg clone -{r,b} (issue5654)
Sun, 07 Jan 2018 11:53:07 +0900 Yuya Nishihara cmdutil: expand filename format string by templater (BC)
Thu, 01 Mar 2018 23:54:52 +0530 Pulkit Goyal py3: use pycompat.bytestr() to convert error instances to bytes
Wed, 28 Feb 2018 19:54:10 +0530 Pulkit Goyal py3: slice over bytes or use startswith() to prevent getting ascii values
Sun, 25 Feb 2018 23:08:41 -0500 Augie Fackler py3: hunt down str(exception) instances and use util.forcebytestr
Wed, 21 Feb 2018 22:47:47 +0900 Yuya Nishihara showconfig: allow multiple section.name selectors (issue5797)
Wed, 21 Feb 2018 23:02:39 +0900 Yuya Nishihara showconfig: use set to filter sections and entry names
Sat, 24 Feb 2018 11:14:28 -0800 Gregory Szorc commands: use ctx.rev() instead of %d % ctx
Sat, 24 Feb 2018 17:49:10 -0600 Kevin Bullock merge with stable
Thu, 22 Feb 2018 15:18:44 +0800 Anton Shestakov graphlog: document what "_" and "*" mean stable
Mon, 19 Feb 2018 15:26:07 +0530 Pulkit Goyal py3: use '%d' to convert integer to bytes
Thu, 15 Feb 2018 12:45:46 +0530 Sushil khanchi bundle: updates the help text for hg bundle (issue5744)
Tue, 13 Feb 2018 14:15:29 -0800 Martin von Zweigbergk manifest: add support for including directories outside narrowspec
Thu, 02 Apr 2015 23:28:16 +0900 Yuya Nishihara cmdutil: pass ctx to makefileobj() in place of repo/node pair (API)
Thu, 02 Apr 2015 23:32:28 +0900 Yuya Nishihara cmdutil: pass ctx to makefilename() in place of repo/node pair (API)
Thu, 02 Apr 2015 23:22:02 +0900 Yuya Nishihara cmdutil: make node parameter of makefileobj() mandatory (API)
Sun, 21 Jan 2018 17:04:42 +0900 Yuya Nishihara log: add TODO comments about --line-range processing
Sun, 21 Jan 2018 16:15:20 +0900 Yuya Nishihara log: factor out function to feed revisions to displayer
Sun, 21 Jan 2018 16:04:59 +0900 Yuya Nishihara graphlog: unblock --line-range option
Sun, 21 Jan 2018 16:03:14 +0900 Yuya Nishihara graphlog: deduplicate preprocessing of log command
Wed, 14 Feb 2018 17:06:20 +0530 Pulkit Goyal py3: use pycompat.bytestr instead of str
Sun, 11 Feb 2018 16:21:30 -0800 Gregory Szorc py3: use string for "close" value in commit extras
Sun, 21 Jan 2018 15:54:18 +0900 Yuya Nishihara log: pack filematcher and hunksfilter into changesetdiffer object
Sun, 21 Jan 2018 15:50:24 +0900 Yuya Nishihara log: drop dead code to concatenate --line-range patterns and pats
Sun, 21 Jan 2018 15:34:37 +0900 Yuya Nishihara logcmdutil: create hunksfilter and filematcher even if no diff option given
Sun, 21 Jan 2018 14:07:52 +0900 Yuya Nishihara logcmdutil: hold makefilematcher/makehunksfilter() by changesetpriner (API)
Sun, 21 Jan 2018 13:40:31 +0900 Yuya Nishihara log: pass ctx to makefilematcher() and makehunksfilter() functions
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Wed, 31 Jan 2018 10:48:35 -0800 Gregory Szorc wireprotoserver: move sshserver into module (API)
Wed, 17 Jan 2018 20:08:40 -0500 Augie Fackler commands: replace map() with list comprehension
Wed, 17 Jan 2018 20:07:53 -0500 Augie Fackler commands: rewrite legacy ternary operator hack using modern syntax
Tue, 23 Jan 2018 21:14:36 +0900 Yuya Nishihara help: do not suggest "update --clean ." to cancel uncommitted merge stable
Sun, 21 Jan 2018 14:47:45 +0800 Anton Shestakov copyright: update to 2018
Fri, 19 Jan 2018 16:28:11 -0500 Augie Fackler merge with stable
Fri, 19 Jan 2018 18:45:20 +0530 Pulkit Goyal branch: allow changing branch name to existing name if possible
Sun, 15 Oct 2017 23:08:45 +0530 Pulkit Goyal branch: add a --rev flag to change branch name of given revisions
Tue, 16 Jan 2018 14:08:54 +0100 Boris Feld update: display the obsfate of hidden revision we update to
Mon, 08 Jan 2018 19:41:47 +0530 Pulkit Goyal merge: add `--abort` flag which can abort the merge
Sun, 10 Dec 2017 17:28:44 +0900 Yuya Nishihara log: resolve --follow with -rREV in cmdutil.getlogrevs()
Sun, 10 Dec 2017 18:22:06 +0900 Yuya Nishihara log: remove dead code to follow descendants if ascending revisions specified
Tue, 16 Jan 2018 21:51:27 +0900 Yuya Nishihara update: fix crash on bare update when directaccess is enabled
Sun, 10 Dec 2017 18:25:33 +0900 Yuya Nishihara log: rewrite --follow-first -rREV like --follow for consistency (BC)
Thu, 11 Jan 2018 11:57:59 +0000 Boris Feld pull: hold wlock for the full operation when --update is used
Wed, 10 Jan 2018 10:44:21 -0800 Martin von Zweigbergk phase: use context managers for lock and transaction
Sun, 22 Oct 2017 22:49:11 +0900 Yuya Nishihara log: drop unused expr from return value of getlogrevs()
Sun, 22 Oct 2017 22:38:16 +0900 Yuya Nishihara log: remove redundant handling of --limit
Thu, 04 Jan 2018 10:51:41 +0900 Yuya Nishihara log: merge getlogrevs() and getgraphlogrevs()
less more (0) -3000 -1000 -300 -100 -60 tip