tests/test-branches.t
changeset 31454 a5bad127128d
parent 31173 052e4f1ffce9
child 32949 13eebc189ff3
equal deleted inserted replaced
31453:3b7a6941a6ef 31454:a5bad127128d
     1   $ hg init a
     1   $ hg init a
     2   $ cd a
     2   $ cd a
       
     3 
       
     4 Verify checking branch of nullrev before the cache is created doesnt crash
       
     5   $ hg log -r 'branch(.)' -T '{branch}\n'
       
     6 
       
     7 Basic test
     3   $ echo 'root' >root
     8   $ echo 'root' >root
     4   $ hg add root
     9   $ hg add root
     5   $ hg commit -d '0 0' -m "Adding root node"
    10   $ hg commit -d '0 0' -m "Adding root node"
     6 
    11 
     7   $ echo 'a' >a
    12   $ echo 'a' >a