tests/test-revlog-packentry
changeset 5338 f87685355c9c
equal deleted inserted replaced
5337:8c5ef3b87cb1 5338:f87685355c9c
       
     1 #!/bin/sh
       
     2 
       
     3 hg init repo
       
     4 cd repo
       
     5 
       
     6 touch foo
       
     7 hg ci -Am 'add foo'
       
     8 
       
     9 hg up -C null
       
    10 # this should be stored as a delta against rev 0
       
    11 echo foo bar baz > foo
       
    12 hg ci -Am 'add foo again'
       
    13 
       
    14 hg debugindex .hg/store/data/foo.i