Mercurial > public > mercurial-scm > hg
diff hgext/hgcia.py @ 8541:06ace50443f6
hgcia, convert: escape backslashes in docstrings
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 21 May 2009 22:53:26 +0200 |
parents | fece056bf240 |
children | c5f36402daad |
line wrap: on
line diff
--- a/hgext/hgcia.py Thu May 21 17:36:19 2009 +0200 +++ b/hgext/hgcia.py Thu May 21 22:53:26 2009 +0200 @@ -16,7 +16,7 @@ # Append a diffstat to the log message (optional) #diffstat = False # Template to use for log messages (optional) -#template = {desc}\n{baseurl}/rev/{node}-- {diffstat} +#template = {desc}\\n{baseurl}/rev/{node}-- {diffstat} # Style to use (optional) #style = foo # The URL of the CIA notification service (optional)