mercurial/commands.py
changeset 11338 285bcf40e04b
parent 11337 0f3c8a47960e
child 11342 aecabad8dd7a
--- a/mercurial/commands.py	Thu Jun 10 11:49:48 2010 +0200
+++ b/mercurial/commands.py	Fri Jun 11 18:54:10 2010 +0200
@@ -920,7 +920,7 @@
     atbranch = 'default'
     for type, data in dagparser.parsedag(text):
         if type == 'n':
-            ui.status('node %s\n' % format(data))
+            ui.status('node %s\n' % str(data))
             id, ps = data
             p1 = ps[0]
             if p1 != at: