tests/test-share-bookmarks.t
changeset 45483 d252f51ab032
parent 45300 dc457177dbc1
child 45681 a736ab681b78
equal deleted inserted replaced
45482:9a99ab8217bd 45483:d252f51ab032
     1 #testcases vfs svfs
     1 #testcases vfs svfs
       
     2 #testcases safe normal
       
     3 
       
     4 #if safe
       
     5   $ echo "[format]"         >> $HGRCPATH
       
     6   $ echo "exp-share-safe = True" >> $HGRCPATH
       
     7 #endif
     2 
     8 
     3   $ echo "[extensions]"      >> $HGRCPATH
     9   $ echo "[extensions]"      >> $HGRCPATH
     4   $ echo "share = "          >> $HGRCPATH
    10   $ echo "share = "          >> $HGRCPATH
     5 
    11 
     6 #if svfs
    12 #if svfs
   282 
   288 
   283 Test that if store is disabled, we drop the bookmarksinstore requirement
   289 Test that if store is disabled, we drop the bookmarksinstore requirement
   284 
   290 
   285   $ hg init brokenrepo --config format.bookmarks-in-store=True --config format.usestore=false
   291   $ hg init brokenrepo --config format.bookmarks-in-store=True --config format.usestore=false
   286   ignoring enabled 'format.bookmarks-in-store' config beacuse it is incompatible with disabled 'format.usestore' config
   292   ignoring enabled 'format.bookmarks-in-store' config beacuse it is incompatible with disabled 'format.usestore' config
       
   293   ignoring enabled 'format.exp-share-safe' config because it is incompatible with disabled 'format.usestore' config (safe !)