Mercurial > public > mercurial-scm > hg
diff mercurial/cmdutil.py @ 6553:0bb76d168437
remove trailing spaces
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 16 Apr 2008 12:09:16 +0200 |
parents | dfdef3d560a8 |
children | 30d3d531e11a |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Wed Apr 16 09:35:43 2008 +0200 +++ b/mercurial/cmdutil.py Wed Apr 16 12:09:16 2008 +0200 @@ -1025,7 +1025,7 @@ slowpath = True break else: - ui.warn(_('%s:%s copy source revision cannot be found!\n') + ui.warn(_('%s:%s copy source revision cannot be found!\n') % (file_, short(node))) continue for rev, copied in filerevgen(filelog, node):