tests/test-share.t
changeset 45301 dc283bc7e033
parent 42419 69883775b27d
child 45483 d252f51ab032
equal deleted inserted replaced
45300:dc457177dbc1 45301:dc283bc7e033
   250 
   250 
   251 Explicitly kill daemons to let the test exit on Windows
   251 Explicitly kill daemons to let the test exit on Windows
   252 
   252 
   253   $ killdaemons.py
   253   $ killdaemons.py
   254 
   254 
       
   255 Test sharing a repository which was created with store requirement disable
       
   256 
       
   257   $ hg init nostore --config format.usestore=false
       
   258   $ hg share nostore sharednostore
       
   259   abort: cannot create shared repository as source was created with 'format.usestore' config disabled
       
   260   [255]