• Anthony Martin's avatar
    codereview: don't warn about secret commits · 2bcc3089
    Anthony Martin authored
    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
    2bcc3089
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...