inotify: fix bug in formatting

This commit is contained in:
Benoit Boissinot 2008-11-02 22:44:42 +01:00
parent b365acf675
commit 740800636a

View File

@ -65,7 +65,7 @@ def reposetup(ui, repo):
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: