Anton Shestakov <engored@ya.ru>, Thu, 04 Sep 2014 14:26:58 +0900
Better vcs sessions.
docs/prompt-session-hg.sh
Permissions: -rw-r--r--
# paste this into an interactive shell cd "$(mktemp -d
)" && 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