Submitter | Idan Kamara |
---|---|
Date | Jan. 9, 2013, 7:14 p.m. |
Message ID | <73839c2a0db9068e2875.1357758841@idan> |
Download | mbox | patch |
Permalink | /patch/514/ |
State | Accepted |
Commit | eeadc76a75757310c0ae02586ad9cd3cc51a607b |
Headers | show |
Comments
On Wed, Jan 9, 2013 at 11:14 AM, Idan Kamara <idankk86@gmail.com> wrote: > record: remove unused import > Pushed to crew, thanks.
Patch
diff --git a/hgext/record.py b/hgext/record.py --- a/hgext/record.py +++ b/hgext/record.py @@ -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