# HG changeset patch # User mpm@selenic.com # Date 1117834357 28800 # Node ID 4f802588cdfbe71a17a754bd5c477b2c2e8239c5 # Parent fc4a6e5b58121380fe3afcd3b0d9e2ced0265855# Parent 85f0420fd8485ceb1cad9b29a64d4fb54552b96e Merge from tah diff -r fc4a6e5b5812 -r 4f802588cdfb hg diff -r fc4a6e5b5812 -r 4f802588cdfb mercurial/commands.py diff -r fc4a6e5b5812 -r 4f802588cdfb mercurial/hg.py diff -r fc4a6e5b5812 -r 4f802588cdfb mercurial/hgweb.py diff -r fc4a6e5b5812 -r 4f802588cdfb mercurial/revlog.py diff -r fc4a6e5b5812 -r 4f802588cdfb mercurial/ui.py --- a/mercurial/ui.py Fri Jun 03 12:58:47 2005 -0800 +++ b/mercurial/ui.py Fri Jun 03 13:32:37 2005 -0800 @@ -30,7 +30,7 @@ self.write("unrecognized response\n") def status(self, *msg): if not self.quiet: self.write(*msg) - def warn(self, msg): + def warn(self, *msg): self.write(*msg) def note(self, *msg): if self.verbose: self.write(*msg) diff -r fc4a6e5b5812 -r 4f802588cdfb templates/changelogentry.tmpl --- a/templates/changelogentry.tmpl Fri Jun 03 12:58:47 2005 -0800 +++ b/templates/changelogentry.tmpl Fri Jun 03 13:32:37 2005 -0800 @@ -2,7 +2,7 @@ - @@ -10,7 +10,7 @@ #parent2# - + diff -r fc4a6e5b5812 -r 4f802588cdfb templates/fileannotate.tmpl --- a/templates/fileannotate.tmpl Fri Jun 03 12:58:47 2005 -0800 +++ b/templates/fileannotate.tmpl Fri Jun 03 13:32:37 2005 -0800 @@ -28,7 +28,7 @@ - +
#date|age# ago: #desc|firstline|escape# + #desc|firstline|escape#
changeset #rev#:  #node#
author: #author#
#author|obfuscate#
date:  #date|date#
#author|obfuscate#
date:#date|date# (#date|age#) ago)
#date|date# (#date|age# ago)

diff -r fc4a6e5b5812 -r 4f802588cdfb templates/filelogentry.tmpl --- a/templates/filelogentry.tmpl Fri Jun 03 12:58:47 2005 -0800 +++ b/templates/filelogentry.tmpl Fri Jun 03 13:32:37 2005 -0800 @@ -1,7 +1,7 @@ - " +annotateline = "" difflineplus = "#line|escape#" difflineminus = "#line|escape#" difflineat = "#line|escape#" @@ -27,4 +27,4 @@ fileannotateparent = "" tags = tags.tmpl tagentry = "
#node# #tag#
" -diffblock = "
#lines#
" \ No newline at end of file +diffblock = "
#lines#
"
#date|age# ago: #desc|firstline|escape# + #desc|firstline|escape#
revision #filerev#:  #filenode# diff -r fc4a6e5b5812 -r 4f802588cdfb templates/map --- a/templates/map Fri Jun 03 12:58:47 2005 -0800 +++ b/templates/map Fri Jun 03 13:32:37 2005 -0800 @@ -16,7 +16,7 @@ filelog = filelog.tmpl fileline = "
#linenumber# #line|escape#
" filelogentry = filelogentry.tmpl -annotateline = "
#author#@#rev#
#line|escape#
#author|obfuscate#@#rev#
#line|escape#
parent:#node#