Mercurial > hg
changeset 1041:3ce272b96494
Fix hg log -p
author | mpm@selenic.com |
---|---|
date | Wed, 24 Aug 2005 18:45:49 -0700 |
parents | 35e883d1ff9b |
children | 23f9d71ab9ae |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Aug 24 18:42:42 2005 -0700 +++ b/mercurial/commands.py Wed Aug 24 18:45:49 2005 -0700 @@ -933,7 +933,7 @@ changenode = repo.changelog.node(rev) prev, other = repo.changelog.parents(changenode) dodiff(dui, dui, repo, prev, changenode, files) - du.write("\n\n") + dui.write("\n\n") def manifest(ui, repo, rev=None): """output the latest or given revision of the project manifest"""