Mercurial > hg-stable
changeset 906:c711930cf15d
Update synopsis for 'hg update', too.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 15 Aug 2005 06:18:49 +0100 |
parents | 65763ff9fa53 |
children | 652507dc9fce e2e7a2462ede |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'), }