46:30828f540fe8
Anton Shestakov <engored@ya.ru>, Thu, 04 Sep 2014 03:33:16 +0900
Make screenshots, first version.

next change 47:9e4577696f1e
previous change 43:0b7988041786

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