##// END OF EJS Templates
phases: fix typo in warning message
Wagner Bruna -
r15946:b9c7ac40 stable
parent child Browse files
Show More
@@ -276,7 +276,7 b' def analyzeremotephases(repo, subset, ro'
276 phase = int(phase)
276 phase = int(phase)
277 if phase == 0:
277 if phase == 0:
278 if node != nullid:
278 if node != nullid:
279 msg = _('ignoring inconsistense public root from remote: %s')
279 msg = _('ignoring inconsistent public root from remote: %s')
280 repo.ui.warn(msg, nhex)
280 repo.ui.warn(msg, nhex)
281 elif phase == 1:
281 elif phase == 1:
282 if node in nodemap:
282 if node in nodemap:
General Comments 0
You need to be logged in to leave comments. Login now