Mercurial > public > mercurial-scm > hg-stable
diff hgext/record.py @ 18287:eeadc76a7575
record: remove unused import
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Wed, 09 Jan 2013 21:13:52 +0200 |
parents | 09a2b6741695 |
children | e4ae397595e8 |
line wrap: on
line diff
--- a/hgext/record.py Wed Jan 09 21:11:00 2013 +0200 +++ b/hgext/record.py Wed Jan 09 21:13:52 2013 +0200 @@ -8,7 +8,7 @@ '''commands to interactively select changes for commit/qrefresh''' from mercurial.i18n import gettext, _ -from mercurial import cmdutil, commands, extensions, hg, mdiff, patch +from mercurial import cmdutil, commands, extensions, hg, patch from mercurial import util import copy, cStringIO, errno, os, re, shutil, tempfile