Mercurial > hg-stable
comparison tests/test-strip.t @ 26429:703d331c44ac
test-strip: add glob for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 01 Oct 2015 21:10:38 -0400 |
parents | c93f91c1db1c |
children | 143b52fce68e |
comparison
equal
deleted
inserted
replaced
26428:b75c4651b186 | 26429:703d331c44ac |
---|---|
805 > return tr | 805 > return tr |
806 > repo.__class__ = crashstriprepo | 806 > repo.__class__ = crashstriprepo |
807 > EOF | 807 > EOF |
808 $ hg strip tip --config extensions.crash=$TESTTMP/crashstrip.py | 808 $ hg strip tip --config extensions.crash=$TESTTMP/crashstrip.py |
809 saved backup bundle to $TESTTMP/issue4736/.hg/strip-backup/5c51d8d6557d-70daef06-backup.hg (glob) | 809 saved backup bundle to $TESTTMP/issue4736/.hg/strip-backup/5c51d8d6557d-70daef06-backup.hg (glob) |
810 strip failed, full bundle stored in '$TESTTMP/issue4736/.hg/strip-backup/5c51d8d6557d-70daef06-backup.hg' | 810 strip failed, full bundle stored in '$TESTTMP/issue4736/.hg/strip-backup/5c51d8d6557d-70daef06-backup.hg' (glob) |
811 abort: boom | 811 abort: boom |
812 [255] | 812 [255] |
813 | 813 |
814 | 814 |