Sat, 22 Apr 2017 20:29:45 +0900 |
Yuya Nishihara |
commit: select template by spec.ref name
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 15:28:29 +0900 |
Yuya Nishihara |
commit: do not look up committemplate in template paths (BC)
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 20:14:55 +0900 |
Yuya Nishihara |
formatter: load templates section like a map file
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 19:56:47 +0900 |
Yuya Nishihara |
templater: add simple interface for unnamed template (API)
|
file |
diff |
annotate
|
Fri, 16 Jun 2017 01:28:23 +0530 |
Pulkit Goyal |
py3: explicitly convert dict.values() to a list on py3
|
file |
diff |
annotate
|
Tue, 11 Apr 2017 21:38:24 +0900 |
Yuya Nishihara |
changeset_templater: render template specified by templatespec tuple
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 19:07:00 +0900 |
Yuya Nishihara |
formatter: put topic in templatespec tuple
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 19:02:47 +0900 |
Yuya Nishihara |
cmdutil: pass templatespec tuple directly to changeset_templater (API)
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 18:48:38 +0900 |
Yuya Nishihara |
formatter: wrap (tmpl, mapfile) by named tuple
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 18:42:03 +0900 |
Yuya Nishihara |
cmdutil: factor out helper to create changeset_templater with literal template
|
file |
diff |
annotate
|
Sat, 06 May 2017 16:24:21 +0900 |
Yuya Nishihara |
formatter: document lookuptemplate()
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 15:30:27 +0900 |
Yuya Nishihara |
cmdutil: rename gettemplate() to _lookuplogtemplate()
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 15:06:06 +0900 |
Yuya Nishihara |
formatter: factor out function to create templater from literal or map file
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 14:53:05 +0900 |
Yuya Nishihara |
graphlog: do not look up graphnodetemplate in template paths (BC)
|
file |
diff |
annotate
|
Sat, 10 Jun 2017 10:24:33 -0400 |
Sean Farley |
context: inline makememctx (API)
|
file |
diff |
annotate
|
Sat, 03 Jun 2017 19:17:19 +0900 |
Yuya Nishihara |
export: map wctx.node() to 'ff...' node id (issue5438)
|
file |
diff |
annotate
|
Sat, 03 Jun 2017 19:12:01 +0900 |
Yuya Nishihara |
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
|
file |
diff |
annotate
|
Sat, 03 Jun 2017 18:57:28 +0900 |
Yuya Nishihara |
scmutil: pass ctx object to intrev()
|
file |
diff |
annotate
|
Thu, 01 Jun 2017 23:08:23 +0900 |
Yuya Nishihara |
cmdutil: use isstdiofilename() where appropriate
|
file |
diff |
annotate
|
Thu, 25 May 2017 21:53:44 +0900 |
Yuya Nishihara |
cat: add formatter support
|
file |
diff |
annotate
|
Sat, 27 May 2017 17:58:36 +0900 |
Yuya Nishihara |
cat: use with statement to close output file
|
file |
diff |
annotate
|
Thu, 25 May 2017 21:43:09 +0900 |
Yuya Nishihara |
cat: stop using makefileobj()
|
file |
diff |
annotate
|
Sat, 27 May 2017 18:50:05 +0900 |
Yuya Nishihara |
cat: pass filename template as explicit argument
|
file |
diff |
annotate
|
Thu, 25 May 2017 21:28:08 +0900 |
Yuya Nishihara |
cmdutil: extract function checking if pattern should be taken as stdin/out
|
file |
diff |
annotate
|
Thu, 25 May 2017 21:25:49 +0900 |
Yuya Nishihara |
cmdutil: drop deprecated hack to pass file object to makefileobj() (API)
|
file |
diff |
annotate
|
Sun, 28 May 2017 14:02:14 -0400 |
Augie Fackler |
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()
|
file |
diff |
annotate
|
Mon, 22 May 2017 15:05:18 -0400 |
Augie Fackler |
cmdutil: avoid redefining write() function in export if possible
|
file |
diff |
annotate
|
Mon, 22 May 2017 13:34:03 -0400 |
Augie Fackler |
cmdutil: extract closure that performs the actual export formatting
|
file |
diff |
annotate
|
Mon, 22 May 2017 13:35:22 -0400 |
Augie Fackler |
cmdutil: use a generator expression instead of a list comprehension
|
file |
diff |
annotate
|
Sat, 20 May 2017 20:15:05 -0400 |
Augie Fackler |
cmdutil: rename template param to export to fntemplate
|
file |
diff |
annotate
|