Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/namespaces.py @ 24803:e89f909edffa stable 3.4-rc
merge default into stable for 3.4 freeze
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 16 Apr 2015 20:57:51 -0500 |
parents | d8e0c591781c |
children | c0c89b2d07be |
comparison
equal
deleted
inserted
replaced
24753:612ed41ae359 | 24803:e89f909edffa |
---|---|
140 templatename: the name to use for templating | 140 templatename: the name to use for templating |
141 logname: the name to use for log output; if not specified templatename | 141 logname: the name to use for log output; if not specified templatename |
142 is used | 142 is used |
143 colorname: the name to use for colored log output; if not specified | 143 colorname: the name to use for colored log output; if not specified |
144 logname is used | 144 logname is used |
145 logfmt: the format to use for (l10n-ed) log output; if not specified | 145 logfmt: the format to use for (i18n-ed) log output; if not specified |
146 it is composed from logname | 146 it is composed from logname |
147 listnames: function to list all names | 147 listnames: function to list all names |
148 namemap: function that inputs a node, output name(s) | 148 namemap: function that inputs a node, output name(s) |
149 nodemap: function that inputs a name, output node(s) | 149 nodemap: function that inputs a name, output node(s) |
150 deprecated: set of names to be masked for ordinary use | 150 deprecated: set of names to be masked for ordinary use |