Mercurial > public > mercurial-scm > hg
diff mercurial/hgweb/webcommands.py @ 6410:644a56c7ae79
fix bug introduced by 894875eae49b (short not defined)
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 30 Mar 2008 22:22:53 +0200 |
parents | 894875eae49b |
children | 62e0bb41e682 |
line wrap: on
line diff
--- 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