mirror of
https://github.com/golang/go
synced 2024-11-21 15:14:43 -07:00
codereview.py: note that hg change -d abandons a change list
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4644043
This commit is contained in:
parent
028f74f827
commit
58ff8c1dfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user