tests/test-share-bookmarks.t
changeset 46334 4b0192f592cf
parent 45681 a736ab681b78
child 46417 768056549737
equal deleted inserted replaced
46333:2eb5fe13461b 46334:4b0192f592cf
     1 #testcases vfs svfs
     1 #testcases vfs svfs
     2 #testcases safe normal
     2 #testcases safe normal
     3 
     3 
     4 #if safe
     4 #if safe
     5   $ echo "[format]"         >> $HGRCPATH
     5   $ echo "[format]"         >> $HGRCPATH
     6   $ echo "exp-share-safe = True" >> $HGRCPATH
     6   $ echo "use-share-safe = True" >> $HGRCPATH
     7 #endif
     7 #endif
     8 
     8 
     9   $ echo "[extensions]"      >> $HGRCPATH
     9   $ echo "[extensions]"      >> $HGRCPATH
    10   $ echo "share = "          >> $HGRCPATH
    10   $ echo "share = "          >> $HGRCPATH
    11 
    11 
   288 
   288 
   289 Test that if store is disabled, we drop the bookmarksinstore requirement
   289 Test that if store is disabled, we drop the bookmarksinstore requirement
   290 
   290 
   291   $ 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
   292   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 !)
   293   ignoring enabled 'format.use-share-safe' config because it is incompatible with disabled 'format.usestore' config (safe !)