##// END OF EJS Templates
convert: less shouting in SVN sink warning
Martin Geisler -
r11779:2b7a75ca stable
parent child Browse files
Show More
@@ -1157,5 +1157,5 b' class svn_sink(converter_sink, commandli'
1157 os.unlink(messagefile)
1157 os.unlink(messagefile)
1158
1158
1159 def puttags(self, tags):
1159 def puttags(self, tags):
1160 self.ui.warn(_('XXX TAGS NOT IMPLEMENTED YET\n'))
1160 self.ui.warn(_('writing Subversion tags is not yet implemented\n'))
1161 return None, None
1161 return None, None
General Comments 0
You need to be logged in to leave comments. Login now