hgext/mq.py
changeset 17059 fba17a64fa49
parent 16989 0b1d15194b3c
parent 17047 d63fb1fce977
child 17101 6bc275593d07
equal deleted inserted replaced
17058:d5422faf648c 17059:fba17a64fa49
  2923     restore.
  2923     restore.
  2924 
  2924 
  2925     Use the --no-backup option to discard the backup bundle once the
  2925     Use the --no-backup option to discard the backup bundle once the
  2926     operation completes.
  2926     operation completes.
  2927 
  2927 
       
  2928     Strip is not a history-rewriting operation and can be used on
       
  2929     changesets in the public phase. But if the stripped changesets have
       
  2930     been pushed to a remote repository you will likely pull them again.
       
  2931 
  2928     Return 0 on success.
  2932     Return 0 on success.
  2929     """
  2933     """
  2930     backup = 'all'
  2934     backup = 'all'
  2931     if opts.get('backup'):
  2935     if opts.get('backup'):
  2932         backup = 'strip'
  2936         backup = 'strip'