# HG changeset patch # User Benoit Boissinot # Date 1206908573 -7200 # Node ID 644a56c7ae79b114f09fbd79b48822e328bd1db9 # Parent 47f4a47161b4e11ffec991e9c56e67016327425e fix bug introduced by 894875eae49b (short not defined) diff -r 47f4a47161b4 -r 644a56c7ae79 mercurial/hgweb/webcommands.py --- 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