##// END OF EJS Templates
narrowspec: fix a typoed 'supported'...
Pulkit Goyal -
r39561:2675d561 default
parent child Browse files
Show More
@@ -120,7 +120,7 b' def load(repo):'
120 'narrow')
120 'narrow')
121 if profiles:
121 if profiles:
122 raise error.Abort(_("including other spec files using '%include' is not"
122 raise error.Abort(_("including other spec files using '%include' is not"
123 " suported in narrowspec"))
123 " supported in narrowspec"))
124 return includepats, excludepats
124 return includepats, excludepats
125
125
126 def save(repo, includepats, excludepats):
126 def save(repo, includepats, excludepats):
General Comments 0
You need to be logged in to leave comments. Login now