# HG changeset patch # User Henrik Stuart <h...@hstuart.dk> # Date 1254568581 -7200 # Node ID 18da29b3a4260f859e8367fdde51a955cb975742 # Parent ccf8a1dd306cf5f526c97eebe324a946799d1e46 changeset: remove unused imports
diff -r ccf8a1dd306c -r 18da29b3a426 tortoisehg/hgtk/changeset.py --- a/tortoisehg/hgtk/changeset.py Fri Oct 02 21:31:45 2009 +0200 +++ b/tortoisehg/hgtk/changeset.py Sat Oct 03 13:16:21 2009 +0200 @@ -12,7 +12,7 @@ import Queue import binascii -from mercurial import cmdutil, context, util, ui, hg, patch, mdiff +from mercurial import cmdutil, util, patch, mdiff from tortoisehg.util.i18n import _ from tortoisehg.util.hglib import * ------------------------------------------------------------------------------ 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