git cl land: add test expectations for Rietveld.

This is preperatory work for Cr- footers generation in git cl instead
of gnumbd.

BUG=642493

Change-Id: I4cfdd882fe6caa7972e51ffa81d335104ddb56dd
Reviewed-on: https://chromium-review.googlesource.com/414464
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
diff --git a/git_cl.py b/git_cl.py
index 4d8778c..3e79021 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -4226,8 +4226,8 @@
 
   Otherwise (in case of Rietveld):
     Squashes branch into a single commit.
-    Updates changelog with metadata (e.g. pointer to review).
-    Pushes/dcommits the code upstream.
+    Updates commit message with metadata (e.g. pointer to review).
+    Pushes the code upstream.
     Updates review and closes.
   """
   parser.add_option('--bypass-hooks', action='store_true', dest='bypass_hooks',
@@ -4369,7 +4369,6 @@
   # Keep a separate copy for the commit message, because the commit message
   # contains the link to the Rietveld issue, while the Rietveld message contains
   # the commit viewvc url.
-  # Keep a separate copy for the commit message.
   if cl.GetIssue():
     change_desc.update_reviewers(cl.GetApprovingReviewers())