Mercurial > hgsubversion
changeset 11:83ed086ddf72
Add a missing newline.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 06 Oct 2008 14:09:15 -0500 |
parents | dfdc078661db |
children | c5039390332f |
files | fetch_command.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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')