]> Cypherpunks repositories - gostls13.git/commit
codereview: handle file patterns better
authorRuss Cox <rsc@golang.org>
Mon, 24 Jan 2011 19:14:26 +0000 (14:14 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 24 Jan 2011 19:14:26 +0000 (14:14 -0500)
commit17fc373af770bd886502ded95da0d68fcc7adebd
tree6a3c2751185fcfd6e10d9b1997c0e5b71dc5556d
parent72084068a4e4fdb35f62350715aea289c96b1113
codereview: handle file patterns better

If a file pattern is given and matches files that look
like they need to be hg added or hg removed, offer to do so.

If a file pattern is given and matches files in another CL, warn.

If a file pattern doesn't match anything, point that out.

Vet first line of CL description.

Fixes #972.

R=adg, niemeyer
CC=bradfitzgo, golang-dev
https://golang.org/cl/4099042
.hgignore
lib/codereview/codereview.py