]> Cypherpunks repositories - gostls13.git/commit
codereview: fix hg sync closing of CLs for subrepositories
authorDominik Honnef <dominik.honnef@gmail.com>
Thu, 10 Oct 2013 23:30:47 +0000 (16:30 -0700)
committerRob Pike <r@golang.org>
Thu, 10 Oct 2013 23:30:47 +0000 (16:30 -0700)
commit50d4dae80b9afc34dc931caef180161dba9b1530
treead2b818dad150acb42285ae8432751775a95c3b1
parent950c284b110edf7ccd53d6254c9b1640e325a6f8
codereview: fix hg sync closing of CLs for subrepositories

The regexp for closing CLs that were sent by you but committed by
someone else only matched messages for the main repository,
because of the added &repo=... for subrepositories.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14512045
lib/codereview/codereview.py