##// END OF EJS Templates
mq: fix explain_pushable for negative guards
Brendan Cully -
r3870:22d18051 default
parent child Browse files
Show More
@@ -212,7 +212,7 b' class queue:'
212 if not pushable:
212 if not pushable:
213 if why:
213 if why:
214 write(_('skipping %s - guarded by %r\n') %
214 write(_('skipping %s - guarded by %r\n') %
215 (self.series[idx], ' '.join(why)))
215 (self.series[idx], why))
216 else:
216 else:
217 write(_('skipping %s - no matching guards\n') %
217 write(_('skipping %s - no matching guards\n') %
218 self.series[idx])
218 self.series[idx])
General Comments 0
You need to be logged in to leave comments. Login now