Mercurial > hg
view tests/test-commit-copy @ 7253:8b81d1e2dc04
bookmarks: Only save undo.bookmarks if bookmarks exist
Otherwise the command will abort when there is no .hg/bookmarks file.
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Sat, 25 Oct 2008 19:05:52 +0200 |
parents | c0b449154a90 |
children |
line wrap: on
line source
#!/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