Skip to content

Commit 19b3875

Browse files
committed
Remove confusing message from git cl ci list -keep output
1 parent 888b1a1 commit 19b3875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ def cl_commit(args: argparse.Namespace) -> None:
927927
clutil_save(changelists)
928928
print(f"Deleted changelist '{name}'")
929929
else:
930-
print(f"Kept changelist '{name}' (use --keep flag to preserve)")
930+
print(f"Kept changelist '{name}'")
931931

932932

933933
def cl_help(args: argparse.Namespace) -> None:

0 commit comments

Comments
 (0)