##// END OF EJS Templates
create the encode and decode functions for the store
create the encode and decode functions for the store

File last commit:

r3675:6990e499 default
r3852:8a9a1a7e default
Show More
test-commit-copy
14 lines | 186 B | text/plain | TextLexer
Alexis S. L. Carvalho
Revert almost all of 5be434785317; add a test...
r3675 #!/bin/sh
hg init dir
cd dir
echo bleh > bar
hg add bar
hg ci -m 'add bar'
hg cp bar foo
echo >> bar
hg ci -m 'cp bar foo; change bar'
hg debugrename foo
hg debugindex .hg/data/bar.i