commit | 17fc373af770bd886502ded95da0d68fcc7adebd | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Jan 24 14:14:26 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Mon Jan 24 14:14:26 2011 -0500 |
tree | 6a3c2751185fcfd6e10d9b1997c0e5b71dc5556d | |
parent | 72084068a4e4fdb35f62350715aea289c96b1113 [diff] |
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