comparison tests/test-check-code-hg.t @ 16635:9d76320d8b99 stable

mq: add --no-backup for qpush/qpop/qgoto
author Patrick Mezard <patrick@mezard.eu>
date Fri, 11 May 2012 16:57:26 +0200
parents 20a9d823f242
children 76c744e0c5bb 025b3b763ba9
comparison
equal deleted inserted replaced
16634:435375cc0ca0 16635:9d76320d8b99
218 warning: line over 80 characters 218 warning: line over 80 characters
219 hgext/mq.py:0: 219 hgext/mq.py:0:
220 > raise util.Abort(_('qfold cannot fold already applied patch %s') % p) 220 > raise util.Abort(_('qfold cannot fold already applied patch %s') % p)
221 warning: line over 80 characters 221 warning: line over 80 characters
222 hgext/mq.py:0: 222 hgext/mq.py:0:
223 > ('', 'move', None, _('reorder patch series and apply only the patch'))],
224 warning: line over 80 characters
225 hgext/mq.py:0:
226 > ('U', 'noupdate', None, _('do not update the new working directories')), 223 > ('U', 'noupdate', None, _('do not update the new working directories')),
227 warning: line over 80 characters 224 warning: line over 80 characters
228 hgext/mq.py:0: 225 hgext/mq.py:0:
229 > ('e', 'exact', None, _('apply the target patch to its recorded parent')), 226 > ('e', 'exact', None, _('apply the target patch to its recorded parent')),
230 warning: line over 80 characters 227 warning: line over 80 characters