Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 6210:942287cb1f57
Removed trailing spaces from everything except test output
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 07 Mar 2008 00:24:36 +0100 |
parents | 305d4450036a |
children | f89fd07fc51d |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Mar 07 00:01:13 2008 +0100 +++ b/mercurial/commands.py Fri Mar 07 00:24:36 2008 +0100 @@ -2474,7 +2474,7 @@ ui.status(_('listening at http://%s:%d/%s\n') % (self.httpd.addr, self.httpd.port, prefix)) else: - ui.status(_('listening at http://%s/%s\n') % + ui.status(_('listening at http://%s/%s\n') % (self.httpd.addr, prefix)) def run(self):