1
0
mirror of https://github.com/golang/go synced 2024-09-25 09:20:18 -06:00
go/lib
Russ Cox 740051ae75 codereview: automatically port old diffs forward
In the current codereview, if a patch was written against
a version of a file that had subsequently been edited,
hg clpatch would fail, even if the patch and the edits were
in different parts of the file.  In this situation the reviewer
typically wrote back saying "please hg sync and hg mail
to update the patch".

This change rewrites the patch automatically, using the
same transformation that hg sync + hg mail would.

If the interim changes (since the patch was created)
affect the same line ranges as the patch, clpatch will
still refuse to apply it.  But this CL should make
of the trivial conflicts we see just go away.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4377046
2011-04-08 13:00:40 -04:00
..
codereview codereview: automatically port old diffs forward 2011-04-08 13:00:40 -04:00
godoc godoc: fix spelling error 2011-03-28 15:55:48 -07:00