230d229
< hg_info = "Unknown"
232,233c231
< # 1) Grab repository revision if we know it.
< cmd = "hg id -n -i -t -b"
---
> # Ensure that the style hook is in place.
235,240d232
< hg_info = readCommand(cmd, cwd=main.root.abspath).strip()
< except OSError:
< print mercurial_bin_not_found
<
< # 2) Ensure that the style hook is in place.
< try:
258,259d249
< main['HG_INFO'] = hg_info
<