mercurial/cmdutil.py
Sat, 04 Jul 2015 17:19:49 +0900 Yuya Nishihara changeset_printer: display wdirrev/wdirnode values for workingctx
Wed, 08 Jul 2015 17:07:45 +0900 FUJIWARA Katsunori cmdutil: apply dirstate.normallookup on (maybe partially) committed files
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori cmdutil: put recordfunc invocation into wlock scope for consistency
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori cmdutil: remove useless dirstate.normallookup() invocation in revert()
Thu, 02 Jul 2015 22:03:06 +0900 Yuya Nishihara changeset_printer: use node.wdirrev to calculate meaningful parentrevs
Sun, 28 Sep 2014 01:09:16 -0700 Pierre-Yves David amend: move obsmarkers creation in the "new changeset" conditional
Tue, 30 Jun 2015 22:28:40 -0700 Pierre-Yves David amend: move createmarkers evaluation earlier
Tue, 30 Jun 2015 22:39:28 -0700 Pierre-Yves David amend: stop updating the bookmarks twice
Tue, 30 Jun 2015 22:36:49 -0700 Pierre-Yves David amend: collaborate with the transaction when moving bookmarks
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 23 Jun 2015 14:28:15 -0700 Laurent Charignon revert: change the direction of revert -i
Wed, 10 Jun 2015 14:29:13 -0500 Matt Mackall formatter: move most of template option helper to formatter
Thu, 04 Jun 2015 22:02:22 -0400 Matt Harbison revert: replace match.bad() monkey patching with match.badmatch()
Thu, 04 Jun 2015 21:55:56 -0400 Matt Harbison cat: replace match.bad() monkey patching with match.badmatch()
Thu, 04 Jun 2015 21:53:16 -0400 Matt Harbison forget: replace match.bad() monkey patching with match.badmatch()
Thu, 04 Jun 2015 21:49:50 -0400 Matt Harbison add: replace match.bad() monkey patching with match.badmatch()
Fri, 29 May 2015 13:11:52 -0700 Laurent Charignon revert: add an experimental config to use inverted selection
Thu, 28 May 2015 16:41:47 -0700 Laurent Charignon record: precise documentation
Wed, 27 May 2015 15:49:24 -0700 Laurent Charignon record: add an operation arguments to customize recording ui
Tue, 19 May 2015 11:35:43 -0700 Martin von Zweigbergk _makelogrevset: avoid match.files() in conditions
Tue, 19 May 2015 11:34:50 -0700 Martin von Zweigbergk walkchangerevs: avoid match.files() in conditions
Thu, 21 May 2015 14:20:24 -0700 Martin von Zweigbergk walkchangerevs: simplify with an 'elif'
Thu, 21 May 2015 14:34:24 -0700 Laurent Charignon revert: fix edition of newly added file during --interactive
Thu, 21 May 2015 14:25:57 -0700 Laurent Charignon revert: make revert --interactive use git style diff
Thu, 21 May 2015 14:32:14 -0700 Laurent Charignon record: extract code to compute newly added and modified files
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
less more (0) -300 -100 -60 tip