1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:30:21 -07:00
go/lib
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 codereview: don't warn about secret commits 2013-06-04 15:02:28 -07:00
godoc cmd/godoc: don't linkify index entries 2013-04-02 12:05:14 -07:00
time lib/time: update to IANA 2013c 2013-04-22 16:28:42 -07:00