Sun, 14 Oct 2018 04:37:25 -0400 |
Augie Fackler |
logcmdutil: add a helpful assertion to catch mistyped templates early
|
Sat, 15 Sep 2018 17:26:21 +0900 |
Yuya Nishihara |
log: fill in pseudo rev and node as wdir() manifest identifiers
|
Sat, 15 Sep 2018 17:26:20 +0900 |
Yuya Nishihara |
log: have changesetformatter fill in wdir() rev and node (BC)
|
Mon, 03 Sep 2018 21:01:47 +0900 |
Yuya Nishihara |
log: make changesetformatter pass in changectx to formatter
|
Wed, 23 May 2018 15:31:44 +0200 |
Boris Feld |
diff: use `context.diff` to produce diff
|
Wed, 04 Jul 2018 12:12:49 -0700 |
Gregory Szorc |
manifest: define and implement rev() on manifestlog
|
Mon, 26 Mar 2018 10:49:01 -0700 |
Martin von Zweigbergk |
templatekw: make getrenamed() return only filename, not nodeid
|
Sun, 29 Apr 2018 15:52:01 +0900 |
Yuya Nishihara |
log: consume --stat/patch options at constructor of changesetprinter
|
Sun, 29 Apr 2018 15:44:17 +0900 |
Yuya Nishihara |
log: cache diffopts instance
|
Fri, 13 Apr 2018 23:07:12 +0900 |
Yuya Nishihara |
logcmdutil: pass formatter to jsonchangeset as argument
|
Fri, 13 Apr 2018 22:47:14 +0900 |
Yuya Nishihara |
logcmdutil: rewrite jsonchangeset printer to be backed by jsonformatter
|
Fri, 13 Apr 2018 22:20:13 +0900 |
Yuya Nishihara |
logcmdutil: remove unused attribute 'cache' from jsonchangeset printer
|
Thu, 15 Mar 2018 21:52:47 +0900 |
Yuya Nishihara |
templater: switch 'revcache' based on new mapping items
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Thu, 15 Mar 2018 20:27:38 +0900 |
Yuya Nishihara |
log: do no expect templateresources() returning a dict
|
Fri, 16 Mar 2018 21:24:12 +0900 |
Yuya Nishihara |
templater: factor out helper that renders named template as string
|
Sat, 17 Mar 2018 11:23:04 +0900 |
Yuya Nishihara |
templater: rename .render(mapping) to .renderdefault(mapping) (API)
|
Sun, 11 Mar 2018 21:05:29 +0900 |
Yuya Nishihara |
templater: convert resources to a table of callables for future extension
|
Thu, 08 Mar 2018 23:10:46 +0900 |
Yuya Nishihara |
templater: move stringify() to templateutil module
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Sun, 25 Feb 2018 14:42:18 +0900 |
Yuya Nishihara |
log: do not invoke templatekw.showobsfate() as a function
|
Sun, 25 Feb 2018 14:28:32 +0900 |
Yuya Nishihara |
templatekw: extract non-templatekw function as getgraphnode()
|
Sun, 25 Feb 2018 14:12:34 +0900 |
Yuya Nishihara |
templatekw: simply override {graphwidth} function by mapping variable
|
Sun, 21 Jan 2018 16:15:20 +0900 |
Yuya Nishihara |
log: factor out function to feed revisions to displayer
|
Sun, 21 Jan 2018 16:03:14 +0900 |
Yuya Nishihara |
graphlog: deduplicate preprocessing of log command
|
Sun, 11 Feb 2018 16:50:45 -0800 |
Gregory Szorc |
py3: preserve chunks as an iterable of bytes
|
Wed, 07 Feb 2018 23:22:53 +0900 |
Yuya Nishihara |
diff: remove fp.write() wrapper which drops label argument
|
Sun, 21 Jan 2018 15:54:18 +0900 |
Yuya Nishihara |
log: pack filematcher and hunksfilter into changesetdiffer object
|
Sun, 21 Jan 2018 15:34:37 +0900 |
Yuya Nishihara |
logcmdutil: create hunksfilter and filematcher even if no diff option given
|
Sun, 21 Jan 2018 14:37:04 +0900 |
Yuya Nishihara |
logcmdutil: unindent diff generator of changesetprinter
|
Sun, 21 Jan 2018 14:07:52 +0900 |
Yuya Nishihara |
logcmdutil: hold makefilematcher/makehunksfilter() by changesetpriner (API)
|
Sun, 21 Jan 2018 13:40:31 +0900 |
Yuya Nishihara |
log: pass ctx to makefilematcher() and makehunksfilter() functions
|
Sun, 04 Feb 2018 00:29:22 +0100 |
Joerg Sonnenberger |
diff: improve ui.write performance when not coloring on Windows
|
Sun, 21 Jan 2018 14:00:56 +0900 |
Yuya Nishihara |
logcmdutil: mark changesetprinter.showpatch() as private
|
Sun, 21 Jan 2018 13:47:06 +0900 |
Yuya Nishihara |
logcmdutil: make default parameters of changesetprinters consistent
|
Sun, 21 Jan 2018 12:48:39 +0900 |
Yuya Nishihara |
logcmdutil: drop redundant "log" from function names (API)
|
Sun, 21 Jan 2018 12:36:43 +0900 |
Yuya Nishihara |
logcmdutil: rename classes and functions to conform to our coding style (API)
|
Sun, 21 Jan 2018 12:26:42 +0900 |
Yuya Nishihara |
cmdutil: split functions of log-like commands to new module (API)
base
mercurial/cmdutil.py@428a24ad3b24
|