]> Cypherpunks repositories - gostls13.git/commit
codereview: drop Author: line on self-clpatch
authorRuss Cox <rsc@golang.org>
Thu, 7 Apr 2011 17:03:06 +0000 (13:03 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 7 Apr 2011 17:03:06 +0000 (13:03 -0400)
commit710028d3a4400d1ab24a5b8a08cafdb0359dbafc
tree84606e828cdd42ae0c0cdadaba790a3773c03585
parentb3a4d58ba8e0acf23199fa986a872270626e26a7
codereview: drop Author: line on self-clpatch

Right now if a Go developer makes a patch on one machine
and then clpatches it onto another machine, changes
subsequently made to the description are kept only
locally, under the assumption that you are running
clpatch because someone else wrote the CL, so you
don't have permission to update the web.

This change makes clpatch discard the "this was a
clpatch" information from the metadata when you
clpatch your own CLs from one machine to another.

This should eliminate some confusion (for example
in CL 4314054) but will no doubt introduce other
confusion.

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