Mercurial > hg
view tests/test-rollback @ 2671:82864a2eb709
self.root == '/': prefix length computation out of the loop
- put the computation out of the loop
- change the variable to a more meaningful name
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 25 Jul 2006 21:22:56 +0200 |
parents | 4f072bb06e89 |
children | dd5a501cb97f |
line wrap: on
line source
#!/bin/sh mkdir t cd t hg init echo a > a hg add a hg commit -m "test" -d "1000000 0" hg verify hg parents hg status hg rollback hg verify hg parents hg status