# HG changeset patch # User Augie Fackler # Date 1223320155 18000 # Node ID 83ed086ddf72f026e8877b04bad38b946ae770ec # Parent dfdc078661dbdc950b87e7bd34fe6d2466d75b4f Add a missing newline. diff --git a/fetch_command.py b/fetch_command.py --- a/fetch_command.py +++ b/fetch_command.py @@ -20,7 +20,7 @@ import util def print_your_svn_is_old_message(ui): ui.status("In light of that, I'll fall back and do diffs, but it won't do " - "as good a job. You should really upgrade your server.") + "as good a job. You should really upgrade your server.\n") @util.register_subcommand('pull')