mercurial/cmdutil.py
Thu, 21 May 2015 14:28:02 -0700 Laurent Charignon record: extract ishunk to a function
Sun, 17 May 2015 22:42:47 -0400 Matt Harbison files: recurse into subrepos automatically with an explicit path
Mon, 18 May 2015 12:18:00 -0500 Pierre-Yves David getlogrevs: rewrite a loop to get read of try/except
Mon, 18 May 2015 12:17:08 -0500 Pierre-Yves David _makelogrevset: replace try/except with 'next' usage
Sun, 17 May 2015 18:11:02 -0700 Pierre-Yves David walkchangerevs: replace try/except with 'next'
Sun, 12 Apr 2015 23:51:06 -0700 Martin von Zweigbergk treemanifest: add --dir option to debug{revlog,data,index}
Tue, 14 Apr 2015 12:53:48 -0700 Ryan McElroy bookmarks: rename current to active in variables and comments
Mon, 11 May 2015 20:15:41 -0700 Durham Goode import: use ui.allowemptycommit to allow empty commits
Thu, 07 May 2015 12:07:11 +0900 FUJIWARA Katsunori tryimportone: use dirstateguard instead of beginparentchange/endparentchange
Thu, 07 May 2015 12:07:10 +0900 FUJIWARA Katsunori amend: use dirstateguard instead of dirstate.invalidate
Thu, 07 May 2015 12:07:10 +0900 FUJIWARA Katsunori cmdutil: add class to restore dirstate during unexpected failure
Mon, 04 May 2015 10:03:13 +0900 Yuya Nishihara templater: rename parsestring() to unquotestring() (API)
Mon, 04 May 2015 10:01:03 +0900 Yuya Nishihara templater: remove noop calls of parsestring(s, quoted=False) (API)
Tue, 14 Apr 2015 12:45:15 -0700 Ryan McElroy bookmarks: simplify iscurrent to isactivewdirparent (API)
Tue, 21 Apr 2015 09:29:59 -0700 Martin von Zweigbergk remove: use ctx.hasdir(f) instead of 'f in ctx.dirs()'
Tue, 14 Apr 2015 13:17:33 -0700 Ryan McElroy bookmarks: rename bookmarkcurrent to activebookmark (API)
Mon, 27 Apr 2015 14:02:49 -0700 Laurent Charignon record: fix adding new file with record from within a subdir (issue4626) stable
Sat, 25 Apr 2015 23:44:53 +0900 FUJIWARA Katsunori cmdutil: avoid wrapping ctx.phasestr() by _() stable
Sat, 25 Apr 2015 23:54:31 -0400 Matt Harbison revert: restore the ability to revert across case only renames (issue4481) stable
Thu, 23 Apr 2015 14:27:26 -0700 Laurent Charignon record: edit patch of newly added files (issue4304) stable
Fri, 24 Apr 2015 23:52:41 +0900 FUJIWARA Katsunori revert: apply normallookup on reverted file if size isn't changed (issue4583) stable
Wed, 22 Apr 2015 13:56:30 -0700 Laurent Charignon record: fix record with change on moved file crashes (issue4619) stable
Sun, 05 Apr 2015 13:16:46 +0900 Yuya Nishihara cat: disable optimization of single file case for workingctx
Sat, 11 Apr 2015 16:01:42 +0900 Yuya Nishihara cat: use ctx.manifestnode() in place of ctx._changeset[0]
Sat, 11 Apr 2015 11:54:09 -0400 Pierre-Yves David revert: stop marking files clean after interactive revert (issue4592)
Mon, 06 Apr 2015 14:36:08 -0700 Drew Gottlieb util: move dirs() and finddirs() from scmutil to util
Sat, 14 Mar 2015 20:16:35 +0900 Yuya Nishihara jsonchangeset: set manifest node to "null" for workingctx
Sat, 14 Mar 2015 20:15:40 +0900 Yuya Nishihara jsonchangeset: set rev and node to "null" for workingctx
Sat, 14 Mar 2015 17:33:22 +0900 Yuya Nishihara changeset_printer: hide manifest node for workingctx
Sat, 14 Mar 2015 20:01:30 +0900 Yuya Nishihara changeset_printer: display p1rev:p1node with "+" suffix for workingctx
Sat, 14 Mar 2015 17:29:48 +0900 Yuya Nishihara changeset_printer: handle workingctx in _meaningful_parentrevs()
Tue, 31 Mar 2015 17:49:46 -0500 Matt Mackall merge with stable
Tue, 31 Mar 2015 17:42:46 -0400 Matt Harbison forget: cleanup the output for an inexact case match on icasefs stable
Wed, 18 Mar 2015 21:44:25 -0700 Martin von Zweigbergk log: prefer 'wctx' over 'pctx' for working context
Sat, 14 Mar 2015 17:40:47 +0900 Yuya Nishihara changeset_printer: use changectx to get status tuple
Sat, 14 Mar 2015 17:23:51 +0900 Yuya Nishihara changeset_printer: replace _meaningful_parentrevs() by changeset_templater's
Sat, 14 Mar 2015 17:19:04 +0900 Yuya Nishihara changeset_printer: use context objects consistently to show parents
Fri, 27 Mar 2015 13:51:21 -0500 Matt Mackall cmdutil: remove some excess vertical whitespace
Fri, 27 Mar 2015 13:48:51 -0500 Matt Mackall revert: move calculation of targetsubs earlier
Wed, 25 Mar 2015 15:51:57 -0700 Laurent Charignon record: change return value of recording code
Wed, 25 Mar 2015 14:01:14 -0700 Laurent Charignon revert: fix --interactive on local modification (issue4576)
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori cmdutil: allow bailifchanged to ignore merging in progress
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
Wed, 25 Mar 2015 22:20:44 -0400 Matt Harbison revert: evaluate subrepos to revert against the working directory
Wed, 25 Mar 2015 21:54:47 -0400 Matt Harbison revert: handle subrepos missing in the given --rev
Wed, 25 Mar 2015 11:55:15 -0700 Sean Farley diff: rename --relative option to --root
Sat, 17 Jan 2015 14:22:21 +0900 Yuya Nishihara revert: comment that filesets are always evaluated against workingctx
Tue, 24 Mar 2015 15:47:57 -0700 Martin von Zweigbergk revert: take fast path also when not reverting to '.'
Tue, 24 Mar 2015 13:56:51 -0700 Martin von Zweigbergk revert: define 'wctx' a little earlier and use it more
Mon, 23 Mar 2015 23:04:51 -0700 Martin von Zweigbergk revert: evaluate filesets against working directory (issue4497)
Tue, 17 Mar 2015 15:06:40 -0700 Siddharth Agarwal cmdutil.diffordiffstat: add support for diffs relative to a subdirectory
Fri, 20 Mar 2015 21:55:11 -0400 Matt Harbison cmdutil: drop a duplicate import of crecord
Wed, 18 Mar 2015 23:03:41 -0400 Matt Harbison subrepo: add basic support to hgsubrepo for the files command
Thu, 19 Mar 2015 09:12:21 -0700 Martin von Zweigbergk walkchangerevs: make followfilter a top-level class
Tue, 28 Oct 2014 22:32:18 -0700 Martin von Zweigbergk walkchangerevs: simplify by using match.always() method
Tue, 17 Mar 2015 14:52:58 -0700 Durham Goode obsolete: remove last instance of _enabled
Tue, 17 Mar 2015 22:47:08 +0900 Yuya Nishihara commands: replace "working copy" with "working directory" in help/messages
Mon, 16 Mar 2015 16:33:59 -0700 Laurent Charignon revert: add flag to make revert interactive
Mon, 16 Mar 2015 15:37:00 -0700 Laurent Charignon record: move ui.write wrapping where it should be
Mon, 16 Mar 2015 15:35:50 -0700 Laurent Charignon record: refactor the filtering code
less more (0) -300 -100 -60 tip