diff tests/test-record.t @ 25304:9bc11716bc86

commit: improve --close-branch documentation The confusion about whether this flag closes a whole branch or just a head comes up regularly on IRC, so add some clarification.
author Matt Mackall <mpm@selenic.com>
date Wed, 27 May 2015 17:28:55 -0500
parents f1eaf03dd608
children 58f8b29c37ff
line wrap: on
line diff
--- a/tests/test-record.t	Fri May 22 13:06:45 2015 -0700
+++ b/tests/test-record.t	Wed May 27 17:28:55 2015 -0500
@@ -45,8 +45,7 @@
   
    -A --addremove           mark new/missing files as added/removed before
                             committing
-      --close-branch        mark a branch as closed, hiding it from the branch
-                            list
+      --close-branch        mark a branch head as closed
       --amend               amend the parent of the working directory
    -s --secret              use the secret phase for committing
    -e --edit                invoke editor on commit messages