changeset 6410 | 644a56c7ae79 |
parent 6393 | 894875eae49b |
child 6434 | 62e0bb41e682 |
--- a/mercurial/hgweb/webcommands.py Sun Mar 30 20:31:35 2008 +0200 +++ b/mercurial/hgweb/webcommands.py Sun Mar 30 22:22:53 2008 +0200 @@ -8,7 +8,7 @@ import os, mimetypes, re import webutil from mercurial import revlog, archival -from mercurial.node import hex, nullid +from mercurial.node import short, hex, nullid from mercurial.util import binary from mercurial.repo import RepoError from common import paritygen, staticfile, get_contact, ErrorResponse