# HG changeset patch
# User Henrik Stuart <h...@hstuart.dk>
# Date 1269806192 -7200
# Node ID bfa9e09d49480e0ee11bdfae5ad871bbc760bdde
# Parent  4240e0336ce7b5f449bb1a5283bbbf29d8ba5e24
history: remove unused import

diff -r 4240e0336ce7 -r bfa9e09d4948 tortoisehg/hgtk/history.py
--- a/tortoisehg/hgtk/history.py        Sun Mar 28 16:39:57 2010 +0200
+++ b/tortoisehg/hgtk/history.py        Sun Mar 28 21:56:32 2010 +0200
@@ -15,7 +15,7 @@
 import atexit
 
 from mercurial import ui, hg, cmdutil, commands, extensions, util, match, url
-from mercurial import hbisect, error
+from mercurial import error
 
 from tortoisehg.util.i18n import _
 from tortoisehg.util import hglib

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to