tests/test-sparse-with-safe-share.t
branchstable
changeset 48494 b74ee41addee
parent 48493 50330d481640
equal deleted inserted replaced
48493:50330d481640 48494:b74ee41addee
    14 
    14 
    15   $ echo a > show
    15   $ echo a > show
    16   $ echo x > hide
    16   $ echo x > hide
    17   $ hg ci -Aqm 'initial'
    17   $ hg ci -Aqm 'initial'
    18 
    18 
    19 Verify basic --include
    19 Regression test: checks that this command correctly locks the store
       
    20 before updating the store [requirements] config.
    20 
    21 
    21   $ hg up -q 0
    22   $ hg up -q 0
    22   $ hg debugsparse --include 'hide'
    23   $ hg debugsparse --include 'hide'
    23   devel-warn: write with no lock: "requires" at: *mercurial/scmutil.py:1558 (writerequires) (glob)
       
    24 
       
    25 TODO: bug in sparse when used together with safe-share^