comparison mercurial/namespaces.py @ 24180:d8e0c591781c

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Sun, 18 Jan 2015 02:38:57 +0100
parents 38824c53c2f1
children c0c89b2d07be
comparison
equal deleted inserted replaced
24179:14d647d25c70 24180:d8e0c591781c
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