]> Cypherpunks repositories - gostls13.git/commit
avoid infinite recursion in matcher.
authorRuss Cox <rsc@golang.org>
Wed, 4 Nov 2009 23:17:01 +0000 (15:17 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 4 Nov 2009 23:17:01 +0000 (15:17 -0800)
commite414fda6d4c1d656a03e883d5fb2532887c9748a
tree5de162cabd4c844fdc09af6c84900e7aac160def
parent56cba8855ec4439c7e929e3368ed160bd8f0eaaf
avoid infinite recursion in matcher.

after sync (or sync --local), clean up repository:
* look for and close CLs submitted on our behalf
* remove unmodified files from CLs
* warn about empty CLs

R=r
http://go/go-review/1017029
lib/codereview/codereview.py