Mercurial > hg
changeset 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 | 47f4a47161b4 |
children | 9d2983c6a965 |
files | mercurial/hgweb/webcommands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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