comparison fetch_command.py @ 29:575bd29bc1d8

Fix a missing newline.
author Augie Fackler <durin42@gmail.com>
date Sat, 11 Oct 2008 21:18:45 -0500
parents 99f8e4b535e9
children d01196ca1e39
comparison
equal deleted inserted replaced
28:9c481cae0428 29:575bd29bc1d8
35 None)[0]): 35 None)[0]):
36 ui.status('You are using old Subversion SWIG bindings. Replay will not' 36 ui.status('You are using old Subversion SWIG bindings. Replay will not'
37 ' work until you upgrade to 1.5.0 or newer. Falling back to' 37 ' work until you upgrade to 1.5.0 or newer. Falling back to'
38 ' a slower method that may be buggier. Please upgrade, or' 38 ' a slower method that may be buggier. Please upgrade, or'
39 ' contribute a patch to use the ctypes bindings instead' 39 ' contribute a patch to use the ctypes bindings instead'
40 ' of SWIG.') 40 ' of SWIG.\n')
41 have_replay = False 41 have_replay = False
42 initializing_repo = False 42 initializing_repo = False
43 svn = svnwrap.SubversionRepo(svn_url, username=merc_util.getuser()) 43 svn = svnwrap.SubversionRepo(svn_url, username=merc_util.getuser())
44 author_host = "@%s" % svn.uuid 44 author_host = "@%s" % svn.uuid
45 tag_locations = tag_locations.split(',') 45 tag_locations = tag_locations.split(',')