Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
Mon, 31 Jul 2017 14:54:57 -0700 |
Martin von Zweigbergk |
commit: don't let failed commit with --addremove update dirstate (issue5645)
stable
|
Sat, 17 Jun 2017 20:10:22 +0530 |
Pulkit Goyal |
status: add a flag to terse the output (issue4119)
|
Mon, 10 Jul 2017 17:48:33 +0200 |
Boris Feld |
bookmark: remove a useless 'recordchange' in the amend code
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Thu, 13 Jul 2017 18:31:35 -0700 |
Jun Wu |
codemod: simplify nested withs
|
Sun, 09 Jul 2017 00:53:16 -0400 |
Matt Harbison |
cmdutil: simplify the dirty check in howtocontinue()
|
Mon, 26 Jun 2017 15:28:28 -0700 |
Jun Wu |
amend: use scmutil.cleanupnodes (BC)
|
Mon, 26 Jun 2017 15:46:24 +0200 |
Boris Feld |
log: add an extension hook-point in changeset_printer
|
Tue, 27 Jun 2017 00:23:32 +0530 |
Pulkit Goyal |
py3: use pycompat.strkwargs() to convert kwargs keys to str
|
Tue, 27 Jun 2017 00:20:55 +0530 |
Pulkit Goyal |
py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes
|
Sat, 24 Jun 2017 11:47:26 -0700 |
Gregory Szorc |
cmdutil: use named arguments for changeset_templater.__init__
|
Sat, 22 Apr 2017 21:16:08 +0900 |
Yuya Nishihara |
changeset_templater: backport parts map of [templates] section from formatter
|
Sat, 17 Jun 2017 16:32:20 +0900 |
Yuya Nishihara |
changeset_templater: backport separator template from formatter
|
Sat, 22 Apr 2017 21:09:07 +0900 |
Yuya Nishihara |
changeset_templater: do not enable verbosity postfix for [templates] section
|
Sat, 22 Apr 2017 21:06:11 +0900 |
Yuya Nishihara |
changeset_templater: simplify handling of verbosity postfix
|
Mon, 19 Jun 2017 11:21:37 -0700 |
Martin von Zweigbergk |
amend: use context manager for locking
|
Sat, 22 Apr 2017 20:29:45 +0900 |
Yuya Nishihara |
commit: select template by spec.ref name
|
Sat, 22 Apr 2017 15:28:29 +0900 |
Yuya Nishihara |
commit: do not look up committemplate in template paths (BC)
|
Sat, 22 Apr 2017 20:14:55 +0900 |
Yuya Nishihara |
formatter: load templates section like a map file
|
Sat, 22 Apr 2017 19:56:47 +0900 |
Yuya Nishihara |
templater: add simple interface for unnamed template (API)
|
Fri, 16 Jun 2017 01:28:23 +0530 |
Pulkit Goyal |
py3: explicitly convert dict.values() to a list on py3
|
Tue, 11 Apr 2017 21:38:24 +0900 |
Yuya Nishihara |
changeset_templater: render template specified by templatespec tuple
|
Sat, 22 Apr 2017 19:07:00 +0900 |
Yuya Nishihara |
formatter: put topic in templatespec tuple
|
Sat, 22 Apr 2017 19:02:47 +0900 |
Yuya Nishihara |
cmdutil: pass templatespec tuple directly to changeset_templater (API)
|
Sat, 22 Apr 2017 18:48:38 +0900 |
Yuya Nishihara |
formatter: wrap (tmpl, mapfile) by named tuple
|
Sat, 22 Apr 2017 18:42:03 +0900 |
Yuya Nishihara |
cmdutil: factor out helper to create changeset_templater with literal template
|
Sat, 06 May 2017 16:24:21 +0900 |
Yuya Nishihara |
formatter: document lookuptemplate()
|
Sat, 22 Apr 2017 15:30:27 +0900 |
Yuya Nishihara |
cmdutil: rename gettemplate() to _lookuplogtemplate()
|