Mercurial > evolve
diff tests/test-prune.t @ 4795:6c02b9ac2832
prune: adjust 'nothing to prune' to imply user needs to specify revs to prune
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Fri, 02 Aug 2019 13:00:11 -0700 |
parents | fcecbb1261f2 |
children | 769b907e644e 53dd70f557aa |
line wrap: on
line diff
--- a/tests/test-prune.t Sat Jul 20 17:33:00 2019 +0800 +++ b/tests/test-prune.t Fri Aug 02 13:00:11 2019 -0700 @@ -39,7 +39,7 @@ abort: can only specify one of pair, fold [255] $ hg prune --fold --biject - abort: nothing to prune + abort: no revisions specified to prune [255] $ hg prune --split --fold abort: can only specify one of fold, split @@ -307,7 +307,7 @@ (activating bookmark todelete) $ hg prune -B nostrip bookmark 'nostrip' deleted - abort: nothing to prune + abort: no revisions specified to prune [255] $ hg tag --remove --local a $ hg prune -B todelete