hgext/mq.py
changeset 4048 5d6b3fa62736
parent 4040 55578a8d7e84
child 4068 5b1f663ef86d
equal deleted inserted replaced
4047:705d0792dbf2 4048:5d6b3fa62736
  1587     """update the current patch
  1587     """update the current patch
  1588 
  1588 
  1589     If any file patterns are provided, the refreshed patch will contain only
  1589     If any file patterns are provided, the refreshed patch will contain only
  1590     the modifications that match those patterns; the remaining modifications
  1590     the modifications that match those patterns; the remaining modifications
  1591     will remain in the working directory.
  1591     will remain in the working directory.
       
  1592 
       
  1593     hg add/remove/copy/rename work as usual, though you might want to use
       
  1594     git-style patches (--git or [diff] git=1) to track copies and renames.
  1592     """
  1595     """
  1593     q = repo.mq
  1596     q = repo.mq
  1594     message = commands.logmessage(opts)
  1597     message = commands.logmessage(opts)
  1595     if opts['edit']:
  1598     if opts['edit']:
  1596         if message:
  1599         if message: