# HG changeset patch # User Thomas Arendsen Hein # Date 1124083129 -3600 # Node ID c711930cf15da1d1ad2be39ef2476e2652d48b45 # Parent 65763ff9fa53226b5304051f54d343fa50d57f55 Update synopsis for 'hg update', too. diff -r 65763ff9fa53 -r c711930cf15d mercurial/commands.py --- a/mercurial/commands.py Mon Aug 15 05:22:40 2005 +0100 +++ b/mercurial/commands.py Mon Aug 15 06:18:49 2005 +0100 @@ -1358,7 +1358,7 @@ [('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'), }