52:17b5c2356d70
Anton Shestakov <engored@ya.ru>, Thu, 04 Sep 2014 16:11:09 +0900
New screenshots and an updated readme.

next change 55:63de59630d29
previous change 47:9e4577696f1e

docs/prompt-session-hg.sh

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/false
# paste this into an interactive shell
cd "$(mktemp -d)" && 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