equal
deleted
inserted
replaced
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 |