Mercurial > evolve
diff tests/test-topic.t @ 1851:67d53e8e0c1a
topic: only require obsolete support for --change
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 10 Jun 2015 17:40:50 -0500 |
parents | 9218f91619f6 |
children | 3084687f7994 |
line wrap: on
line diff
--- a/tests/test-topic.t Wed Jun 10 17:13:15 2015 -0500 +++ b/tests/test-topic.t Wed Jun 10 17:40:50 2015 -0500 @@ -20,6 +20,15 @@ (some details hidden, use --verbose to show complete help) $ hg topics +Test topics interaction with evolution: + + $ hg topics --config experimental.evolution= + $ hg topics --config experimental.evolution= --change . bob + abort: must have obsolete enabled to use --change + [255] + +Create some changes: + $ for x in alpha beta gamma delta ; do > echo file $x >> $x > hg addremove