1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06:00
go/lib/codereview
Anthony Martin 2bcc30891c codereview: don't warn about secret commits
Normally the codereview plugin disables adding new commits
when not using the submit command. Unfortunately this makes
it impossible to use the Mercurial Queues extension at the
same time.

A feature called "Phases" was introduced in Mercurial 2.1
that allows marking commits as being secret; this means
they will never be pushed to the upstream repository.

We can take advantage of this feature to allow the use of
Mercurial Queues if the mq.secret option has been set in
hgrc(5) and a recent version of Mercurial is used.

R=golang-dev, rsc, minux.ma
CC=golang-dev
https://golang.org/cl/7398055
2013-06-04 15:02:28 -07:00
..
codereview.cfg codereview: split name list only on commas; some user names have spaces 2010-01-13 09:09:06 -08:00
codereview.py codereview: don't warn about secret commits 2013-06-04 15:02:28 -07:00
test.sh codereview: undo last night's rollback 2011-11-18 12:58:44 -05:00