##// END OF EJS Templates
tests: check if the bookmarks extension is ignored
David Soria Parra -
r13474:6c2e476b stable
parent child Browse files
Show More
@@ -222,6 +222,15 b' invalid bookmark'
222 abort: bookmark 'foo:bar' contains illegal character
222 abort: bookmark 'foo:bar' contains illegal character
223 [255]
223 [255]
224
224
225 the bookmark extension should be ignored now that it is part of core
226
227 $ echo "[extensions]" >> $HGRCPATH
228 $ echo "bookmarks=" >> $HGRCPATH
229 $ hg bookmarks
230 X2 1:925d80f479bb
231 Y 2:db815d6d32e6
232 * Z 2:db815d6d32e6
233 x y 2:db815d6d32e6
225 test summary
234 test summary
226
235
227 $ hg summary
236 $ hg summary
General Comments 0
You need to be logged in to leave comments. Login now