[PATCH 4 of 4] summary: show if parents are closed heads

Gilles Moris gilles.moris at free.fr
Sun May 9 15:50:16 CDT 2010


 mercurial/commands.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


# HG changeset patch
# User Gilles Moris <gilles.moris at free.fr>
# Date 1273438087 -7200
# Node ID 3e17baf3a45861ee1c8e3c9f0dce46afa1570c99
# Parent  4f227e0671ba95e075ecdc2d2a6b5f3f0072e5bf
summary: show if parents are closed heads

diff -r 4f227e0671ba -r 3e17baf3a458 mercurial/commands.py
--- a/mercurial/commands.py	Sun May 09 22:43:20 2010 +0200
+++ b/mercurial/commands.py	Sun May 09 22:48:07 2010 +0200
@@ -3111,6 +3111,7 @@
                 ui.write(_(' (empty repository)'))
             else:
                 ui.write(_(' (no revision checked out)'))
+        ui.write(templatekw.showclosed(ctx=p), label='log.closed')
         ui.write('\n')
         if p.description():
             ui.status(' ' + p.description().splitlines()[0].strip() + '\n',


More information about the Mercurial-devel mailing list