log mercurial/cmdutil.py @ 32045:3eceeede26e9

age author description
Sat, 25 Feb 2017 19:28:16 +0900 Yuya Nishihara graphlog: optionally strip quotes from graphnode template (BC)
Sat, 15 Apr 2017 18:05:40 -0400 Matt Harbison serve: add support for Mercurial subrepositories
Fri, 22 Apr 2016 21:46:33 +0900 Yuya Nishihara templater: provide loop counter as "index" keyword
Sat, 25 Mar 2017 09:39:07 +0100 Denis Laxalde cmdutil: add a "changeset.obsolete" label in changeset_printer
Tue, 14 Mar 2017 18:16:13 +0900 Yuya Nishihara graphlog: pass function arguments without expansion
Thu, 16 Mar 2017 14:23:49 -0700 Jun Wu import: get rid of ui.backupconfig
Wed, 15 Mar 2017 23:06:50 +0900 Yuya Nishihara util: wrap s.encode('string_escape') call for future py3 compatibility
Wed, 08 Mar 2017 16:53:09 -0800 Pierre-Yves David cmdutil: directly use repo.vfs.join
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich vfs: use repo.wvfs.unlinkpath
Thu, 02 Mar 2017 13:30:47 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'mercurial.cmdutil'
Thu, 02 Mar 2017 03:52:36 +0100 Pierre-Yves David vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
Mon, 06 Mar 2017 14:11:21 +0100 Denis Laxalde revert: always display hunks reversed when reverting to parent
Sat, 25 Feb 2017 16:38:26 +0900 Yuya Nishihara templatekw: move defaulttmpl constant from changeset_templater
Sat, 25 Feb 2017 16:26:58 +0900 Yuya Nishihara templater: port formatnode filter from changeset_templater
Wed, 24 Feb 2016 14:44:14 -0800 Martin von Zweigbergk revert: move code dealing with deletions closer together
Wed, 01 Mar 2017 19:51:05 -0800 Durham Goode revert: remove set(mf) because it's O(manifest)
Thu, 23 Feb 2017 21:20:26 +0900 Yuya Nishihara graphlog: restore pager lost at 1cec1d863008
Sun, 19 Feb 2017 18:16:09 +0900 Yuya Nishihara revset: import set classes directly from smartset module
Fri, 03 Feb 2017 16:01:19 -0500 Augie Fackler cmdutil: remove forwarding methods per deprecation policy
Wed, 18 Jan 2017 18:25:51 -0800 Sean Farley ui: rename tmpdir parameter to more specific repopath stable
Mon, 16 Jan 2017 21:15:21 -0800 Sean Farley cmdutil: add tmpdir parament to ui.edit calls
Tue, 17 Jan 2017 23:12:54 -0500 Matt Harbison templater: add '{envvars}' to access environment variables
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)