]> Cypherpunks repositories - gostls13.git/commitdiff
codereview.py: note that hg change -d abandons a change list
authorRobert Hencke <robert.hencke@gmail.com>
Mon, 20 Jun 2011 18:50:00 +0000 (14:50 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 20 Jun 2011 18:50:00 +0000 (14:50 -0400)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4644043

lib/codereview/codereview.py

index ba2bbbaad86ef8142b8d22d20c5246393163b2ac..a222919d860904088caa3a6bf59d3d709d0dc4a9 100644 (file)
@@ -1845,7 +1845,7 @@ def sync_changes(ui, repo):
                        cl.Flush(ui, repo)
                if not cl.files:
                        if not cl.copied_from:
-                               ui.warn("CL %s has no files; delete with hg change -d %s\n" % (cl.name, cl.name))
+                               ui.warn("CL %s has no files; delete (abandon) with hg change -d %s\n" % (cl.name, cl.name))
                        else:
                                ui.warn("CL %s has no files; delete locally with hg change -D %s\n" % (cl.name, cl.name))
        return