git-codereview: document <branch>.mailed tag

In earlier commits I have said it was possible to use <branch>.mailed@{1}
and so on to get at the history of all versions that were mailed.
This is NOT true: the Git reflog does not record history for tags.
Only the most recently mailed commit is available.

Change-Id: I1e4a6ac510a53bfa3f69a64b6ea5446c914882fe
Reviewed-on: https://go-review.googlesource.com/2068
Reviewed-by: Rob Pike <r@golang.org>
diff --git a/git-codereview/doc.go b/git-codereview/doc.go
index ea9fe12..7ef3940 100644
--- a/git-codereview/doc.go
+++ b/git-codereview/doc.go
@@ -127,6 +127,10 @@
 
 The mail command assumes that the Gerrit remote is called 'origin'.
 
+The mail command updates the tag <branchname>.mailed to refer to the
+commit that was most recently mailed, so running 'git diff <branchname>.mailed'
+shows diffs between what is on the Gerrit server and the current directory.
+
 Pending
 
 The pending command prints to standard output the status of all pending changes