mercurial/namespaces.py
changeset 24180 d8e0c591781c
parent 24151 38824c53c2f1
child 25961 c0c89b2d07be
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