hgext/mq.py
changeset 19397 42fc6c7c4ad5
parent 19395 19622224559b
child 19481 ee1af0f33d0e
equal deleted inserted replaced
19396:afc23eddc324 19397:42fc6c7c4ad5
  2144 
  2144 
  2145     With -f/--force, an existing patch of the same name will be
  2145     With -f/--force, an existing patch of the same name will be
  2146     overwritten.
  2146     overwritten.
  2147 
  2147 
  2148     An existing changeset may be placed under mq control with -r/--rev
  2148     An existing changeset may be placed under mq control with -r/--rev
  2149     (e.g. qimport --rev tip -n patch will place tip under mq control).
  2149     (e.g. qimport --rev . -n patch will place the current revision
  2150     With -g/--git, patches imported with --rev will use the git diff
  2150     under mq control). With -g/--git, patches imported with --rev will
  2151     format. See the diffs help topic for information on why this is
  2151     use the git diff format. See the diffs help topic for information
  2152     important for preserving rename/copy information and permission
  2152     on why this is important for preserving rename/copy information
  2153     changes. Use :hg:`qfinish` to remove changesets from mq control.
  2153     and permission changes. Use :hg:`qfinish` to remove changesets
       
  2154     from mq control.
  2154 
  2155 
  2155     To import a patch from standard input, pass - as the patch file.
  2156     To import a patch from standard input, pass - as the patch file.
  2156     When importing from standard input, a patch name must be specified
  2157     When importing from standard input, a patch name must be specified
  2157     using the --name flag.
  2158     using the --name flag.
  2158 
  2159