# HG changeset patch # User Thomas Arendsen Hein # Date 1124083129 -3600 # Node ID c711930cf15da1d1ad2be39ef2476e2652d48b45 # Parent 65763ff9fa53226b5304051f54d343fa50d57f55 Update synopsis for 'hg update', too. diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1358,7 +1358,7 @@ table = { [('b', 'branch', "", 'checkout the head of a specific branch'), ('m', 'merge', None, 'allow merging of conflicts'), ('C', 'clean', None, 'overwrite locally modified files')], - 'hg update [-m] [-C] [REV]'), + 'hg update [-b TAG] [-m] [-C] [REV]'), "verify": (verify, [], 'hg verify'), "version": (show_version, [], 'hg version'), }