sapling/tests/test-issue436
2006-12-01 16:18:16 -02:00

8 lines
59 B
Bash
Executable File

#!/bin/sh
hg init a
cd a
hg -v log -v
hg -v log -v x
true