mercurial/commands.py
changeset 905 65763ff9fa53
parent 904 969647d5100a
child 906 c711930cf15d
equal deleted inserted replaced
904:969647d5100a 905:65763ff9fa53
  1266     "forget":
  1266     "forget":
  1267         (forget,
  1267         (forget,
  1268          [('I', 'include', [], 'include path in search'),
  1268          [('I', 'include', [], 'include path in search'),
  1269           ('X', 'exclude', [], 'exclude path from search')],
  1269           ('X', 'exclude', [], 'exclude path from search')],
  1270          "hg forget FILE..."),
  1270          "hg forget FILE..."),
  1271     "heads": (heads, [('b', 'branches', None, 'find branch info')], 'hg heads'),
  1271     "heads":
       
  1272         (heads,
       
  1273          [('b', 'branches', None, 'find branch info')],
       
  1274          'hg [-b] heads'),
  1272     "help": (help_, [], 'hg help [COMMAND]'),
  1275     "help": (help_, [], 'hg help [COMMAND]'),
  1273     "identify|id": (identify, [], 'hg identify'),
  1276     "identify|id": (identify, [], 'hg identify'),
  1274     "import|patch":
  1277     "import|patch":
  1275         (import_,
  1278         (import_,
  1276          [('p', 'strip', 1, 'path strip'),
  1279          [('p', 'strip', 1, 'path strip'),