Permissions: -rw-r--r--
#!/bin/false# paste this into an interactive shellcd /tmp/ && hg init hgrepo && cd hgrepo/echo '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 merge default -q --tool=internal:local