tests/test-remotefilelog-blame.t
changeset 40495 3a333a582d7b
child 40571 95a079ea1e19
equal deleted inserted replaced
40494:9aeb9e2d28a7 40495:3a333a582d7b
       
     1   $ PYTHONPATH=$TESTDIR/..:$PYTHONPATH
       
     2   $ export PYTHONPATH
       
     3 
       
     4   $ . "$TESTDIR/remotefilelog-library.sh"
       
     5 
       
     6   $ hginit master
       
     7   $ cd master
       
     8   $ cat >> .hg/hgrc <<EOF
       
     9   > [remotefilelog]
       
    10   > server=True
       
    11   > EOF
       
    12   $ echo x > x
       
    13   $ hg commit -qAm x
       
    14   $ echo y >> x
       
    15   $ hg commit -qAm y
       
    16   $ echo z >> x
       
    17   $ hg commit -qAm z
       
    18   $ echo a > a
       
    19   $ hg commit -qAm a
       
    20 
       
    21   $ cd ..
       
    22 
       
    23   $ hgcloneshallow ssh://user@dummy/master shallow -q
       
    24   2 files fetched over 1 fetches - (2 misses, 0.00% hit ratio) over *s (glob)
       
    25   $ cd shallow
       
    26 
       
    27 Test blame
       
    28 
       
    29   $ hg blame x
       
    30   0: x
       
    31   1: y
       
    32   2: z
       
    33   2 files fetched over 1 fetches - (2 misses, 0.00% hit ratio) over *s (glob)