]> Cypherpunks repositories - gostls13.git/commit
codereview: abort 'hg commit' before entering commit message.
authorShenghou Ma <minux@golang.org>
Sat, 19 Jul 2014 01:04:56 +0000 (21:04 -0400)
committerShenghou Ma <minux@golang.org>
Sat, 19 Jul 2014 01:04:56 +0000 (21:04 -0400)
commit09a9ef61153227307d00e5bffae106d66b400858
treef88d011875a5dfe8a24f8af48cf65f091e2fd5ce
parent9a8a20bdb831144a2e12c3d6f2ac32d7c94e7b21
codereview: abort 'hg commit' before entering commit message.

Hook pre-commit runs before 'hg commit' command whereas hook precommit runs
after the user has entered commit message.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/106320043
lib/codereview/codereview.py