mercurial/commands.py
changeset 2241 abd70a92e06f
parent 2238 25af3f17ce95
child 2245 d2118a0926bd
equal deleted inserted replaced
2238:25af3f17ce95 2241:abd70a92e06f
  3094     "unbundle":
  3094     "unbundle":
  3095         (unbundle,
  3095         (unbundle,
  3096          [('u', 'update', None,
  3096          [('u', 'update', None,
  3097            _('update the working directory to tip after unbundle'))],
  3097            _('update the working directory to tip after unbundle'))],
  3098          _('hg unbundle [-u] FILE')),
  3098          _('hg unbundle [-u] FILE')),
  3099     "undo": (undo, [], _('hg undo')),
  3099     "debugundo|undo": (undo, [], _('hg undo')),
  3100     "^update|up|checkout|co":
  3100     "^update|up|checkout|co":
  3101         (update,
  3101         (update,
  3102          [('b', 'branch', '', _('checkout the head of a specific branch')),
  3102          [('b', 'branch', '', _('checkout the head of a specific branch')),
  3103           ('m', 'merge', None, _('allow merging of branches')),
  3103           ('m', 'merge', None, _('allow merging of branches')),
  3104           ('C', 'clean', None, _('overwrite locally modified files')),
  3104           ('C', 'clean', None, _('overwrite locally modified files')),