comparison 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
comparison
equal deleted inserted replaced
10:dfdc078661db 11:83ed086ddf72
18 import util 18 import util
19 19
20 20
21 def print_your_svn_is_old_message(ui): 21 def print_your_svn_is_old_message(ui):
22 ui.status("In light of that, I'll fall back and do diffs, but it won't do " 22 ui.status("In light of that, I'll fall back and do diffs, but it won't do "
23 "as good a job. You should really upgrade your server.") 23 "as good a job. You should really upgrade your server.\n")
24 24
25 25
26 @util.register_subcommand('pull') 26 @util.register_subcommand('pull')
27 def fetch_revisions(ui, svn_url, hg_repo_path, skipto_rev=0, stupid=None, 27 def fetch_revisions(ui, svn_url, hg_repo_path, skipto_rev=0, stupid=None,
28 tag_locations='tags', 28 tag_locations='tags',