mercurial/commands.py
changeset 31708 cda83a1bfb3a
parent 31691 fbc4eb8e2433
child 31797 54b1af732415
--- a/mercurial/commands.py	Sat Mar 25 10:40:29 2017 +0100
+++ b/mercurial/commands.py	Sat Mar 25 11:30:08 2017 +0100
@@ -4834,6 +4834,8 @@
                 ui.write(_(' (empty repository)'))
             else:
                 ui.write(_(' (no revision checked out)'))
+        if p.obsolete():
+            ui.write(_(' (obsolete)'))
         if p.troubled():
             ui.write(' ('
                      + ', '.join(ui.label(trouble, 'trouble.%s' % trouble)