##// END OF EJS Templates
ui: remove unreachable code
Bryan O'Sullivan -
r27500:62b1b6a8 default
parent child Browse files
Show More
@@ -1149,8 +1149,6 b' class paths(dict):'
1149 raise error.RepoError(_('repository %s does not exist') %
1149 raise error.RepoError(_('repository %s does not exist') %
1150 name)
1150 name)
1151
1151
1152 assert False
1153
1154 _pathsuboptions = {}
1152 _pathsuboptions = {}
1155
1153
1156 def pathsuboption(option, attr):
1154 def pathsuboption(option, attr):
General Comments 0
You need to be logged in to leave comments. Login now