Anton Shestakov <engored@ya.ru>, Wed, 03 Sep 2014 22:54:11 +0900
Guess USE_HG_PROMPT.
docs/prompt-session-hg.sh
Permissions: -rw-r--r--
# paste this into an interactive shell cd /tmp/
&& hg init hgrepo
&& cd hgrepo/
echo 'a' > foo
&& hg add foo
echo 'b' >> foo
&& hg ci -m
'b' echo 's' >> foo
&& hg ci --secret -m
's' hg merge default -q --tool
=internal:local