tests/test-rhg-sparse-narrow.t
changeset 49485 ffd4b1f1c9cb
parent 48409 005ae1a343f8
child 49488 7c93e38a0bbd
equal deleted inserted replaced
49484:85f5d11c77dd 49485:ffd4b1f1c9cb
    90 
    90 
    91   $ mkdir dir2
    91   $ mkdir dir2
    92   $ touch dir2/q
    92   $ touch dir2/q
    93   $ "$real_hg" status
    93   $ "$real_hg" status
    94   $ $NO_FALLBACK rhg --config rhg.status=true status
    94   $ $NO_FALLBACK rhg --config rhg.status=true status
    95   unsupported feature: rhg status is not supported for sparse checkouts or narrow clones yet
    95   unsupported feature: rhg status is not supported for narrow clones yet
    96   [252]
    96   [252]
    97 
    97 
    98 Adding "orphaned" index files:
    98 Adding "orphaned" index files:
    99 
    99 
   100   $ (cd ..; cp repo-sparse/.hg/store/data/hide.i repo-narrow/.hg/store/data/hide.i)
   100   $ (cd ..; cp repo-sparse/.hg/store/data/hide.i repo-narrow/.hg/store/data/hide.i)