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