mercurial/commands.py
changeset 22634 e48a5d3996c2
parent 22626 fb74a5833467
child 22639 79c4178b2169
equal deleted inserted replaced
22633:92b54547ac5d 22634:e48a5d3996c2
  2254         ui.write(_(" (check that you compiled the extensions)\n"))
  2254         ui.write(_(" (check that you compiled the extensions)\n"))
  2255         problems += 1
  2255         problems += 1
  2256 
  2256 
  2257     # templates
  2257     # templates
  2258     import templater
  2258     import templater
  2259     p = templater.templatepath()
  2259     p = templater.templatepaths()
  2260     ui.status(_("checking templates (%s)...\n") % ' '.join(p))
  2260     ui.status(_("checking templates (%s)...\n") % ' '.join(p))
  2261     if p:
  2261     if p:
  2262         m = templater.templatepath("map-cmdline.default")
  2262         m = templater.templatepath("map-cmdline.default")
  2263         if m:
  2263         if m:
  2264             # template found, check if it is working
  2264             # template found, check if it is working