diff -r 00f996f05522 -r cda83a1bfb3a mercurial/commands.py --- 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)