54:065779098328
Anton Shestakov <engored@ya.ru>, Fri, 05 Sep 2014 02:02:01 +0900
Move hg and git info getting in procedures.

next change 55:63de59630d29
previous change 47:9e4577696f1e

docs/prompt-session-hg.sh

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/false
# paste this into an interactive shell
cd "$(mktemp -d)" && hg init hgrepo && cd hgrepo
echo 'a' > foo && hg add foo
hg ci -m 'a'
echo 'b' >> foo && hg ci -m 'b'
hg up 0 -q
hg branch secret -q
echo 's' >> foo && hg ci --secret -m 's'
hg merge default -q --tool=internal:local