# HG changeset patch # User mpm@selenic.com # Date 1117852186 28800 # Node ID afe895fcc0d00db4b92ed07364a212486698288b # Parent 737c66b682900d82aaca6aa0310c0defd42302af# Parent 4f802588cdfbe71a17a754bd5c477b2c2e8239c5 Resolve bits from TAH -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Resolve bits from TAH manifest hash: dc639d419de857b22da9f707cbb557c328eb12f5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCoRIaywK+sNU5EO8RAswQAKCiEcQ5RV3C2JZXgQBch28VO3NpSgCdEzcD Td8bV8IKVUIXtvrcy1rCZTY= =tAU7 -----END PGP SIGNATURE----- diff --git a/README b/README diff --git a/hg b/hg diff --git a/mercurial/commands.py b/mercurial/commands.py diff --git a/mercurial/hg.py b/mercurial/hg.py diff --git a/mercurial/hgweb.py b/mercurial/hgweb.py diff --git a/mercurial/mdiff.py b/mercurial/mdiff.py diff --git a/mercurial/revlog.py b/mercurial/revlog.py diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -30,7 +30,7 @@ class ui: 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 --git a/setup.py b/setup.py diff --git a/templates/changelogentry.tmpl b/templates/changelogentry.tmpl --- a/templates/changelogentry.tmpl +++ b/templates/changelogentry.tmpl @@ -2,7 +2,7 @@ - @@ -10,7 +10,7 @@ #parent2# - + diff --git a/templates/fileannotate.tmpl b/templates/fileannotate.tmpl --- a/templates/fileannotate.tmpl +++ b/templates/fileannotate.tmpl @@ -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 --git a/templates/filelogentry.tmpl b/templates/filelogentry.tmpl --- a/templates/filelogentry.tmpl +++ b/templates/filelogentry.tmpl @@ -1,7 +1,7 @@ - " +annotateline = "" difflineplus = "#line|escape#" difflineminus = "#line|escape#" difflineat = "#line|escape#" @@ -27,4 +27,4 @@ filerevparent = "" 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 --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -16,7 +16,7 @@ filediff = filediff.tmpl filelog = filelog.tmpl fileline = "
#linenumber# #line|escape#
" filelogentry = filelogentry.tmpl -annotateline = "
#author#@#rev#
#line|escape#
#author|obfuscate#@#rev#
#line|escape#
parent:#node#