log mercurial/cmdutil.py @ 30775:513d68a90398

age author description
Tue, 10 Jan 2017 09:32:27 +0100 Valters Vingolds rebase: provide detailed hint to abort message if working dir is not clean
Fri, 06 Jan 2017 22:50:04 +0900 Yuya Nishihara commit: fix unmodified message detection for the "--- >8 ----" magic
Sat, 07 Jan 2017 12:07:56 +0100 Denis Laxalde log: drop unnecessary ui.note label from "trouble: " line
Fri, 06 Jan 2017 12:36:21 +0100 Denis Laxalde cmdutil: add missing "i18n" comment about "trouble: " line
Sat, 31 Dec 2016 15:36:36 -0600 Sean Farley cmdutil: add special string that ignores rest of text
Mon, 10 Oct 2016 12:06:58 +0200 Denis Laxalde cmdutil: add support for evolution "troubles" display in changeset_printer
Tue, 03 Jan 2017 10:56:41 +0100 Denis Laxalde cmdutil: extract a _changesetlabels function out of changeset_printer._show()
Sat, 17 Dec 2016 20:14:24 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 3 of 4)
Wed, 23 Nov 2016 19:03:24 +0000 Jun Wu revert: pass operation to crecord
Fri, 25 Nov 2016 09:10:30 +0100 Denis Laxalde revert: prompt before removing files in interactive mode
Fri, 25 Nov 2016 09:09:31 +0100 Denis Laxalde revert: indicate the default choice when prompting to forget files
Fri, 25 Nov 2016 09:09:03 +0100 Denis Laxalde style: avoid an unnecessary line split
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
Sat, 15 Oct 2016 13:47:43 +0900 Yuya Nishihara server: move cmdutil.service() to new module (API)
Mon, 21 Nov 2016 21:36:46 -0500 Augie Fackler cmdutil: turn forward of checkunresolved into a deprecation warning
Mon, 21 Nov 2016 21:31:45 -0500 Augie Fackler checkunresolved: move to new package to help avoid import cycles
Mon, 21 Nov 2016 21:16:54 -0500 Augie Fackler cmdutil: mark dirstateguard as deprecated
Mon, 21 Nov 2016 21:29:32 -0500 Augie Fackler dirstateguard: move to new module so I can break some layering violations
Thu, 20 Oct 2016 23:53:36 +0900 Yuya Nishihara py3: bulk replace sys.stdin/out/err by util's
Sat, 12 Nov 2016 13:36:17 +0100 Henning Schild patch: remove unused git parameter from patch.diffstat()
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: remove last uses of repo.manifest
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: delete unused dirlog and _newmanifest functions
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: remove manifest.find
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Wed, 02 Nov 2016 18:45:53 +0000 timeless cmdutil: refactor checkunresolved
Fri, 14 Oct 2016 01:53:15 +0200 Mads Kiilerich cmdutil: satisfy expections in dirstateguard.__del__, even if __init__ fails
Mon, 19 Sep 2016 17:15:39 -0400 Augie Fackler copy: distinguish "file exists" cases and add a hint (BC)
Sat, 08 Oct 2016 00:59:41 +0200 Mads Kiilerich largefiles: use context for file closing
Sat, 24 Sep 2016 19:58:23 +0900 Yuya Nishihara log: copy the way of ancestor traversal to --follow matcher (issue5376)
Sat, 24 Sep 2016 19:52:02 +0900 Yuya Nishihara log: unroll loop that populates file paths for --patch --follow matcher
Thu, 22 Sep 2016 20:59:24 +0900 Yuya Nishihara log: drop outdated optimization to walk revisions in reverse order
Thu, 22 Sep 2016 20:53:53 +0900 Yuya Nishihara graphlog: preserve topo sort even if additional filter options specified
Fri, 02 Sep 2016 21:46:00 +0000 timeless remove: specify hg in added warning
Tue, 03 May 2016 14:24:00 +0900 Yuya Nishihara log: drop hack to fix order of revset (issue5100)
Sun, 21 Aug 2016 08:00:18 +0000 Hannes Oldenburg cmdutil: extract samefile function from amend()
Tue, 16 Aug 2016 08:15:12 +0000 Hannes Oldenburg subrepo: cleanup of subrepo filematcher logic
Mon, 15 Aug 2016 16:07:55 +0900 Yuya Nishihara debugobsolete: add formatter support (issue5134)
Tue, 09 Aug 2016 09:02:51 +0000 Hannes Oldenburg match: added matchessubrepo method to matcher
Sun, 07 Aug 2016 14:06:20 +0000 Hannes Oldenburg cmdutil: remove duplicated badmatch call in cat()
Fri, 05 Aug 2016 13:00:33 -0400 Augie Fackler cmdutil: open dirlogs via manifest property, not via repo
Wed, 27 Jul 2016 08:38:54 +0000 Hannes Oldenburg cmdutil: warnings not issued in cat if subrepopath overlaps stable
Fri, 22 Jul 2016 11:29:42 +0000 Hannes Oldenburg cmdutil: warnings not issued in remove if subrepopath overlaps stable
Thu, 30 Jun 2016 08:38:19 -0700 skarlage revert: don't backup if no files reverted in interactive mode (issue4793)
Fri, 24 Jun 2016 11:12:41 -0700 Martin von Zweigbergk debug: make debug{revlog,index,data} --dir not just a flag
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Tue, 14 Jun 2016 11:05:36 +0100 Martijn Pieters revset: record if a set is in topographical order
Wed, 08 Jun 2016 16:18:43 +0100 Martijn Pieters graphmod: avoid sorting when already sorted
Tue, 07 Jun 2016 11:57:11 +0200 Denis Laxalde crecord: drop unused "operation" parameter from filterpatch function
Tue, 07 Jun 2016 10:37:19 +0200 Denis Laxalde patch: define full messages for interactive record/revert
Fri, 03 Jun 2016 15:55:07 +0200 Denis Laxalde revert: use "discard"/"revert" verb when reverting interactively (issue5143)
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Thu, 05 May 2016 17:06:54 -0700 Mateusz Kwapich dirstate: make backup methods public
Fri, 06 May 2016 14:22:17 -0400 Augie Fackler cmdutil: typo fix in comment
Wed, 20 Apr 2016 16:33:13 +0100 Martijn Pieters graphmod: disable graph styling when HGPLAIN is set (issue5212) stable
Sun, 10 Apr 2016 17:23:09 +0900 Yuya Nishihara templater: factor out function that creates templater from string template
Sun, 03 Apr 2016 23:26:48 +0900 Yuya Nishihara templater: separate function to create templater from map file (API)
Thu, 14 Apr 2016 15:26:18 -0400 Nathaniel Manista cmdutil: avoid recycling variable name "name" in namespaces code
Fri, 08 Apr 2016 16:42:43 +0200 santiagopim graphmod: shorten graph
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Sun, 03 Apr 2016 11:23:31 +0900 Yuya Nishihara templater: drop deprecated handling of KeyError from changeset_templater
Wed, 06 Apr 2016 18:19:36 +0000 timeless crecord: check for untracked arguments
Sun, 20 Mar 2016 21:08:17 -0400 Jordi GutiƩrrez Hermoso crecord: re-enable reviewing a patch before comitting it
Sat, 26 Mar 2016 18:12:12 +0900 Yuya Nishihara templater: relax unquotestring() to fall back to bare string
Sat, 26 Mar 2016 18:01:04 +0900 Yuya Nishihara templater: do not abuse SyntaxError to report errors in template map file
Thu, 24 Mar 2016 00:09:58 -0700 Pierre-Yves David graphmod: move the graphstyle options to experimental
Wed, 23 Mar 2016 10:50:24 -0700 Kostia Balytskyi debugobsolete: add an option to show marker index
Thu, 17 Mar 2016 21:03:22 +0000 timeless remove: add progress support
Thu, 17 Mar 2016 18:19:36 +0000 timeless remove: queue warnings until after status messages (issue5140) (API)
Sat, 19 Mar 2016 16:37:47 -0700 Martijn Pieters graphmod: allow edges to end early
Sat, 19 Mar 2016 16:46:15 -0700 Martijn Pieters graphmod: allow for different styles for different edge types
Fri, 18 Mar 2016 16:14:57 -0400 Jordi GutiƩrrez Hermoso crecord: rewrite a comment about filtering patches
Wed, 09 Mar 2016 01:17:02 +0000 Jun Wu serve: add chdir command for --daemon-postexec
Wed, 09 Mar 2016 02:07:40 +0000 Jun Wu serve: accept multiple values for --daemon-postexec
Fri, 11 Mar 2016 15:24:27 -0600 Matt Mackall merge with stable
Wed, 09 Mar 2016 23:57:15 +0900 Yuya Nishihara graphlog: bring back color to node symbol template
Sun, 06 Mar 2016 14:30:34 -0500 Matt Harbison files: don't recurse into subrepos without a path or -S (issue5127) stable
Tue, 08 Mar 2016 04:08:33 -0800 Kostia Balytskyi formatter: make labels work with templated output
Fri, 04 Mar 2016 14:44:32 +0000 Martijn Pieters graphmod: refactor state handling
Sat, 27 Feb 2016 23:57:07 -0800 Gregory Szorc cmdutil: use absolute_import
Fri, 01 Jan 2016 22:16:25 +0900 Yuya Nishihara dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
Mon, 29 Feb 2016 17:52:17 -0600 Matt Mackall merge with stable
Mon, 15 Feb 2016 22:46:07 +0900 Yuya Nishihara log: fix order of revisions filtered by multiple OR options (issue5100) stable
Wed, 24 Feb 2016 15:55:44 -0600 Matt Mackall merge with stable
Mon, 22 Feb 2016 17:30:02 +0000 Jun Wu serve: allow --daemon-postexec to be 'unlink:path' or 'none'
Mon, 22 Feb 2016 16:59:08 +0000 Jun Wu serve: rename --daemon-pipefds to --daemon-postexec (BC)
Tue, 23 Feb 2016 11:41:47 +0100 Pierre-Yves David revert: properly revert to ancestor of p2 during merge (issue5052) stable
Sun, 14 Feb 2016 16:16:17 +0000 timeless cmdutil: provide a way to report how to continue
Wed, 03 Feb 2016 09:11:22 +0000 timeless util: enable getpid to be replaced
Fri, 05 Feb 2016 21:09:32 -0800 Martin von Zweigbergk match: rename "narrowmatcher" to "subdirmatcher" (API)
Fri, 05 Feb 2016 15:18:40 +0100 liscju revert: makes interactive mode ask to forget added files (issue4936)
Wed, 03 Feb 2016 08:59:46 -0800 Siddharth Agarwal amend: don't preserve most extra fields stable
Sat, 23 Jan 2016 23:24:30 -0500 Matt Harbison commit: factor the post commit status check into a cmdutil method stable
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use context manager in amend
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in revert
Fri, 15 Jan 2016 13:14:45 -0800 Bryan O'Sullivan with: use context manager for wlock in remove
Fri, 15 Jan 2016 13:14:45 -0800 Bryan O'Sullivan with: use context manager for wlock in recordinwlock
Wed, 11 Nov 2015 21:18:02 -0500 Augie Fackler bmstore: add handling of the active bookmark
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Thu, 24 Dec 2015 20:46:06 +0000 timeless graft: hook afterresolvedstates
Thu, 24 Dec 2015 19:25:44 +0000 timeless resolve: suggest the next action
Mon, 04 Jan 2016 16:14:04 -0800 Durham Goode cmdutil: pass node instead of ctx to diffordiffstat
Wed, 30 Dec 2015 21:07:51 +0000 timeless import: refactor nocommit and importbranch handling
Wed, 30 Dec 2015 21:06:31 +0000 timeless import: refactor date and user handling
Wed, 30 Dec 2015 21:05:42 +0000 timeless import: limit scope of msg in tryimportone
Mon, 28 Dec 2015 10:11:48 -0600 Matt Mackall merge with stable
Tue, 15 Dec 2015 16:01:45 -0800 Sean Farley cmdutil: use crecordmod.checkcurses stable
Sun, 13 Dec 2015 20:07:19 +0900 Yuya Nishihara cmdutil: do not duplicate stdout by makefileobj()
Sun, 13 Dec 2015 20:01:11 +0900 Yuya Nishihara cmdutil: reimplement file wrapper that disables close()
Sun, 13 Dec 2015 19:57:54 +0900 Yuya Nishihara export: remove useless comparison between file object and string
Sun, 13 Dec 2015 19:47:46 +0900 Yuya Nishihara export: do not print '<fdopen>' as an output filename
Thu, 17 Dec 2015 14:38:22 +0000 timeless record: turn on showfunc
Wed, 16 Dec 2015 17:40:01 -0600 Matt Mackall merge with stable
Sat, 12 Dec 2015 10:58:05 -0800 Siddharth Agarwal record: don't dereference symlinks while copying over stat data stable
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn
Sat, 14 Nov 2015 17:25:43 +0900 Yuya Nishihara graphlog: make node symbol templatable by ui.graphnodetemplate option
Sat, 14 Nov 2015 16:58:18 +0900 Yuya Nishihara graphlog: extract "graphnode" template keyword that represents node symbol
Sat, 14 Nov 2015 16:45:15 +0900 Yuya Nishihara graphlog: move creation of workingdir-parent nodes to displaygraph()
Mon, 30 Nov 2015 16:35:21 -0800 Laurent Charignon commit: add a way to return more information from the chunkselector
Sat, 28 Nov 2015 04:11:57 -0500 Mike Edgar commit: preserve extra when amending with commit --amend
Tue, 24 Nov 2015 11:23:10 -0800 Gregory Szorc ui: remove labeled argument from popbuffer
Sun, 22 Nov 2015 14:13:25 -0800 Gregory Szorc cmdutil: pass labeled=True to pushbuffer()
Sat, 14 Nov 2015 17:44:01 -0800 Gregory Szorc cmdutil.changeset_printer: pass context into showpatch()
Thu, 12 Nov 2015 17:00:08 -0600 Christian Delahousse revert: allow configuring the .orig file location
Thu, 12 Nov 2015 16:56:06 -0600 Christian Delahousse cmdutil: add origbackuppath helper
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori cmdutil: make in-memory changes visible to external editor (issue4378)
Sat, 17 Oct 2015 01:15:33 +0900 FUJIWARA Katsunori dirstateguard: remove layering violation around saving/restoring backup
Fri, 09 Oct 2015 21:44:54 -0700 Tony Tung commit: abort when a committemplate is not changed
Tue, 13 Oct 2015 11:43:21 -0700 Gregory Szorc exchange: move bundle specification parsing from cmdutil
Wed, 14 Oct 2015 02:49:17 +0900 FUJIWARA Katsunori dirstate: move code paths for backup from dirstateguard to dirstate
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 09 Oct 2015 03:53:46 +0900 FUJIWARA Katsunori cmdutil: stop tryimportone from using dirstateguard (BC)
Fri, 09 Oct 2015 03:53:46 +0900 FUJIWARA Katsunori dirstate: remove meaningless dirstateguard
Wed, 07 Oct 2015 13:05:25 -0700 Pierre-Yves David import: allow processing of extra part header after import
Tue, 06 Oct 2015 09:51:24 -0700 Pierre-Yves David import: allow processing of extra part header during import
Tue, 06 Oct 2015 02:01:53 -0700 Pierre-Yves David patch: move 'extract' return to a dictionnary
Mon, 05 Oct 2015 23:17:01 -0700 Pierre-Yves David export: introduce a generic way to add patch header on export
Thu, 01 Oct 2015 20:31:43 -0700 Pierre-Yves David bundle: use bundle2 if repository uses general delta
Thu, 01 Oct 2015 20:21:16 -0700 Pierre-Yves David parsebundletype: add a comment for future generation
Thu, 01 Oct 2015 19:16:00 -0700 Pierre-Yves David bundle: extend the format of --type to support version and compression
Thu, 01 Oct 2015 18:01:24 -0700 Pierre-Yves David bundle: extract the parsing of the bundle type in a function
Sat, 26 Sep 2015 12:38:02 +0900 Yuya Nishihara templatekw: port implementation of showparents() from changeset_templater
Sat, 26 Sep 2015 12:29:09 +0900 Yuya Nishihara changeset_printer: move _meaningful_parentrevs() to scmutil
Wed, 30 Sep 2015 12:36:30 -0400 timeless cmdutil: handle multiline translations of HG: messages safely
Fri, 25 Sep 2015 03:44:15 -0400 timeless cmdutil: remove HG: prefix from translation strings
Thu, 24 Sep 2015 01:58:33 -0700 Pierre-Yves David addremove: remove a mutable default argument
Wed, 09 Sep 2015 22:27:48 -0400 Matt Harbison extdiff: enable -I/-X with --patch
Wed, 26 Aug 2015 16:27:14 -0500 Matt Mackall templater: add new docheader/footer components for XML (issue4135)
Wed, 09 Sep 2015 09:07:27 -0700 Durham Goode add: pass full=False to dirstate walk
Fri, 28 Aug 2015 10:53:55 -0400 timeless spelling: behaviour -> behavior
Tue, 25 Aug 2015 13:38:20 -0500 Matt Mackall templater: move verbosity-to-template matcher to constructor
Tue, 25 Aug 2015 12:59:08 -0500 Matt Mackall templater: remove pseudo-ternary
Tue, 25 Aug 2015 12:57:21 -0500 Matt Mackall templater: fix variable name that shadows built-in
Tue, 25 Aug 2015 09:38:06 -0500 Matt Mackall templater: minor whitespace tweaks
Sat, 08 Aug 2015 00:47:19 -0700 Gregory Szorc cmdutil: break import cycle
Wed, 15 Jul 2015 03:43:16 +0900 FUJIWARA Katsunori cmdutil: allow callers of cmdutil.dorecord to omit suggestion
Sun, 12 Apr 2015 21:52:02 +0900 Yuya Nishihara changeset_printer: change flush() to accept ctx instead of rev
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
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