Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:33:51 +0400
ide.sh: sometimes this is all you need for software development
docs/prompt-session-hg.sh
Permissions: -rw-r--r--
# paste this into an interactive shell 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 ci --close-branch -m
'done here'hg up default -q
&& hg merge secret -q --tool
=internal:local
hg tag
0.1
&& hg up -q
0.1
hg up -q
&& hg bookmark @