##// END OF EJS Templates
test-share: Solaris sed can't handle never-ending lines
test-share: Solaris sed can't handle never-ending lines

File last commit:

r3853:c0b44915 default
r10082:66d8ec33 default
Show More
test-commit-copy
14 lines | 192 B | text/plain | TextLexer
#!/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/store/data/bar.i