Mercurial > hgsubversion
diff fetch_command.py @ 11:83ed086ddf72
Add a missing newline.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 06 Oct 2008 14:09:15 -0500 |
parents | 1a5bb173170b |
children | 99f8e4b535e9 |
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')