43:0b7988041786
Anton Shestakov <engored@ya.ru>, Wed, 03 Sep 2014 22:21:33 +0900
New shell sessions for checking vcs prompts.

next change 47:9e4577696f1e

docs/prompt-session-hg.sh

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/false
# paste this into an interactive shell
cd /tmp/ && hg init hgrepo && cd hgrepo/
echo 'a' > foo && hg add foo
hg ci -m 'a'
echo 'b' >> foo && hg ci -m 'b'
hg up 0 -q
hg branch secret -q
echo 's' >> foo && hg ci --secret -m 's'
hg merge default -q --tool=internal:local