diff -r 07be86828e79 -r 602cc9bf036e mercurial/commands.py --- a/mercurial/commands.py Tue Apr 26 15:32:59 2016 -0700 +++ b/mercurial/commands.py Wed Apr 27 14:02:54 2016 -0700 @@ -7101,8 +7101,7 @@ @command('^update|up|checkout|co', [('C', 'clean', None, _('discard uncommitted changes (no backup)')), - ('c', 'check', None, - _('update across branches if no uncommitted changes')), + ('c', 'check', None, _('require clean working directory')), ('d', 'date', '', _('tipmost revision matching date'), _('DATE')), ('r', 'rev', '', _('revision'), _('REV')) ] + mergetoolopts,