# HG changeset patch # User timeless # Date 1450364240 0 # Node ID 71d0fd3c2e24c7c10c748e9a9bb1f867a86e1e61 # Parent 23842c0a500095628864e0b3ad9e24b9f6ff365b branch: reword help text We're not necessarily talking about *the* active branch, just any old branch. diff -r 23842c0a5000 -r 71d0fd3c2e24 mercurial/commands.py --- a/mercurial/commands.py Thu Dec 17 14:56:32 2015 +0000 +++ b/mercurial/commands.py Thu Dec 17 14:57:20 2015 +0000 @@ -1187,7 +1187,7 @@ Use the command :hg:`update` to switch to an existing branch. Use :hg:`commit --close-branch` to mark this branch head as closed. - When all heads of the branch are closed, the branch will be + When all heads of a branch are closed, the branch will be considered closed. Returns 0 on success.