Anton Shestakov <engored@ya.ru>, Fri, 04 Oct 2013 23:37:03 +0900
Use vim as an editor (the hack), but open diff on a side of commit message (the goodie).
docs/prompt_screens.sh
Permissions: -rwxr-xr-x
### MERCURIAL: PREPARE COMMIT GRAPH hg init /tmp/hgrepo
&& cd /tmp/hgrepo
echo "Haikus are easy" > poem
&& hg ci --addremove -m
"First steps" echo "Refrigerator" >> poem
&& hg ci -m
"Progress!" # revision 2, another head hg up -r
0 && echo "But sometimes they don't make sense" >> poem
&& hg ci -m
"How could I forget?"### MERCURIAL: DEMONSTRATE # clean repo at 2: minimal info # dirty working directory echo "Roses are red" >> poem
&& read # clean, but not up-to-date repo at 1