log mercurial/cmdutil.py @ 32662:9d201b39ccd9

age author description
Sat, 03 Jun 2017 19:17:19 +0900 Yuya Nishihara export: map wctx.node() to 'ff...' node id (issue5438)
Sat, 03 Jun 2017 19:12:01 +0900 Yuya Nishihara scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
Sat, 03 Jun 2017 18:57:28 +0900 Yuya Nishihara scmutil: pass ctx object to intrev()
Thu, 01 Jun 2017 23:08:23 +0900 Yuya Nishihara cmdutil: use isstdiofilename() where appropriate
Thu, 25 May 2017 21:53:44 +0900 Yuya Nishihara cat: add formatter support
Sat, 27 May 2017 17:58:36 +0900 Yuya Nishihara cat: use with statement to close output file
Thu, 25 May 2017 21:43:09 +0900 Yuya Nishihara cat: stop using makefileobj()
Sat, 27 May 2017 18:50:05 +0900 Yuya Nishihara cat: pass filename template as explicit argument
Thu, 25 May 2017 21:28:08 +0900 Yuya Nishihara cmdutil: extract function checking if pattern should be taken as stdin/out
Thu, 25 May 2017 21:25:49 +0900 Yuya Nishihara cmdutil: drop deprecated hack to pass file object to makefileobj() (API)
Sun, 28 May 2017 14:02:14 -0400 Augie Fackler cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()
Mon, 22 May 2017 15:05:18 -0400 Augie Fackler cmdutil: avoid redefining write() function in export if possible
Mon, 22 May 2017 13:34:03 -0400 Augie Fackler cmdutil: extract closure that performs the actual export formatting
Mon, 22 May 2017 13:35:22 -0400 Augie Fackler cmdutil: use a generator expression instead of a list comprehension
Sat, 20 May 2017 20:15:05 -0400 Augie Fackler cmdutil: rename template param to export to fntemplate
Sat, 20 May 2017 17:58:04 -0400 Augie Fackler cmdutil: comprehensively document the interface of export
Sat, 20 May 2017 22:27:52 -0700 Martin von Zweigbergk cleanup: reuse existing wctx variables instead of calling repo[None]
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Thu, 18 May 2017 18:00:52 -0400 Augie Fackler cmdutil: use repo[None].walk instead of repo.walk
Sat, 09 Jan 2016 23:24:52 +0900 Yuya Nishihara extensions: show deprecation warning for the use of cmdutil.command
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 09 May 2017 16:29:31 -0700 Durham Goode obsolete: add operation metadata to rebase/amend/histedit obsmarkers
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Thu, 04 May 2017 00:24:21 +0530 Pulkit Goyal py3: convert kwargs' keys to str using pycompat.strkwargs
Thu, 04 May 2017 21:11:40 -0700 Martin von Zweigbergk forget: access status fields by name, not index
Fri, 05 May 2017 01:41:54 +0530 Pulkit Goyal py3: use %d to format integers into bytestrings
Fri, 05 May 2017 01:26:13 +0530 Pulkit Goyal py3: slice over bytes to prevent getting ascii values
Tue, 25 Apr 2017 01:52:30 +0530 Pulkit Goyal py3: handle opts correctly for `hg add`
Fri, 21 Apr 2017 02:20:46 +0530 Pulkit Goyal py3: convert opts to bytes in cmdutil.dorecord()
Sat, 25 Feb 2017 19:32:39 +0900 Yuya Nishihara commit: optionally strip quotes from commit template (BC)