mercurial/commands.py
changeset 27172 4d61c847e06c
parent 27167 3fe8cb40c9c5
child 27173 8a8f5d71a49a
--- a/mercurial/commands.py	Wed Dec 02 08:07:36 2015 +0000
+++ b/mercurial/commands.py	Wed Dec 02 06:31:12 2015 +0000
@@ -6272,6 +6272,8 @@
     t = ', '.join(t)
     cleanworkdir = False
 
+    if repo.vfs.exists('graftstate'):
+        t += _(' (graft in progress)')
     if repo.vfs.exists('updatestate'):
         t += _(' (interrupted update)')
     elif len(parents) > 1: