# HG changeset patch # User Henrik Stuart <h...@hstuart.dk> # Date 1254511905 -7200 # Node ID ccf8a1dd306cf5f526c97eebe324a946799d1e46 # Parent aa73cb8d6dab2dfe9eac66d792dd98baba2bdc30 commit: remove unused imports
diff -r aa73cb8d6dab -r ccf8a1dd306c tortoisehg/hgtk/commit.py --- a/tortoisehg/hgtk/commit.py Fri Oct 02 18:30:59 2009 +0200 +++ b/tortoisehg/hgtk/commit.py Fri Oct 02 21:31:45 2009 +0200 @@ -16,7 +16,7 @@ import cStringIO import time -from mercurial import ui, hg, util, patch, cmdutil +from mercurial import hg, util, patch, cmdutil from tortoisehg.util.i18n import _ from tortoisehg.util import shlib, hglib ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop