hgext/mq.py
changeset 6634 d6caebe9c293
parent 6627 d9266e48cd27
child 6635 d90d83ebea9e
equal deleted inserted replaced
6633:67a2d2d9bf21 6634:d6caebe9c293
  1531         start = q.series_end(True)
  1531         start = q.series_end(True)
  1532     q.qseries(repo, start=start, status='U', summary=opts.get('summary'))
  1532     q.qseries(repo, start=start, status='U', summary=opts.get('summary'))
  1533 
  1533 
  1534 def qimport(ui, repo, *filename, **opts):
  1534 def qimport(ui, repo, *filename, **opts):
  1535     """import a patch
  1535     """import a patch
       
  1536 
       
  1537     The patch is inserted into the series after the last applied patch.
       
  1538     If no patches have been applied, qimport prepends the patch
       
  1539     to the series.
  1536 
  1540 
  1537     The patch will have the same name as its source file unless you
  1541     The patch will have the same name as its source file unless you
  1538     give it a new one with --name.
  1542     give it a new one with --name.
  1539 
  1543 
  1540     You can register an existing patch inside the patch directory
  1544     You can register an existing patch inside the patch directory