tests/test-clone-stream-format.t
branchstable
changeset 48800 cffc914cc01b
parent 48693 de3ac3d2c60b
child 49825 2f2682f40ea0
equal deleted inserted replaced
48798:8eeca94ded70 48800:cffc914cc01b
    91   .hg/store/00changelog.i
    91   .hg/store/00changelog.i
    92   .hg/store/00changelog.n
    92   .hg/store/00changelog.n
    93   $ cd ..
    93   $ cd ..
    94 
    94 
    95 
    95 
       
    96 #if no-windows
       
    97 
    96 Test streaming from/to repository without a store:
    98 Test streaming from/to repository without a store:
    97 ==================================================
    99 ==================================================
       
   100 
       
   101 This is skipped Windows needs dot-encode to handle some of the file in this
       
   102 tests, and dot-encode need the store enabled.
    98 
   103 
    99   $ hg clone --pull --config format.usestore=no server server-no-store
   104   $ hg clone --pull --config format.usestore=no server server-no-store
   100   requesting all changes
   105   requesting all changes
   101   adding changesets
   106   adding changesets
   102   adding manifests
   107   adding manifests
   147   $ hg debugrequires -R clone-add-store | grep store
   152   $ hg debugrequires -R clone-add-store | grep store
   148   store
   153   store
   149 
   154 
   150 
   155 
   151   $ killdaemons.py
   156   $ killdaemons.py
       
   157   $ rm hg-*.pid errors-*.txt
       
   158 
       
   159 #endif
   152 
   160 
   153 
   161 
   154 Test streaming from/to repository without a fncache
   162 Test streaming from/to repository without a fncache
   155 ===================================================
   163 ===================================================
   156 
   164 
   157   $ rm hg-*.pid errors-*.txt
       
   158   $ hg clone --pull --config format.usefncache=no server server-no-fncache
   165   $ hg clone --pull --config format.usefncache=no server server-no-fncache
   159   requesting all changes
   166   requesting all changes
   160   adding changesets
   167   adding changesets
   161   adding manifests
   168   adding manifests
   162   adding file changes
   169   adding file changes