Mercurial > hg-stable
changeset 7304:68374f1c8c87
inotify: fix bug in formatting
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 02 Nov 2008 22:44:42 +0100 |
parents | d14c25e823ba |
children | c21d236ca897 |
files | hgext/inotify/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/inotify/__init__.py Sun Nov 02 17:28:03 2008 +0100 +++ b/hgext/inotify/__init__.py Sun Nov 02 22:44:42 2008 +0100 @@ -65,7 +65,7 @@ ui.warn('*** inotify: %s +%s\n' % (c, f)) for f in b: if f not in a: - ui.warn('*** inotify: %S -%s\n' % (c, f)) + ui.warn('*** inotify: %s -%s\n' % (c, f)) result = r2 if result is not None: