Permissions: -rw-r--r--
#!/bin/false# paste this into an interactive shellhg init hgrepo && cd hgrepoecho 'a' > foo && hg add foohg ci -m 'a'echo 'b' >> foo && hg ci -m 'b'hg up 0 -qhg branch secret -qecho 's' >> foo && hg ci --secret -m 's'hg ci --close-branch -m 'done here'hg up default -q && hg merge secret -q --tool=internal:localhg ci -m 'merge'hg tag 0.1 && hg up -q 0.1hg up -q && hg bookmark @