Mercurial > hg-stable
changeset 18287:eeadc76a7575
record: remove unused import
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Wed, 09 Jan 2013 21:13:52 +0200 |
parents | 762f12b8ebae |
children | 0d5a22f73a1f |
files | hgext/record.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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