Mercurial > hg
changeset 18816:7f7d5f8a8f15
hgk: fix a pyflakes error
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Mon, 25 Mar 2013 16:57:36 -0700 |
parents | a18919de61e5 |
children | c760acc6f69d |
files | hgext/hgk.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/hgk.py Fri Mar 22 17:03:49 2013 -0700 +++ b/hgext/hgk.py Mon Mar 25 16:57:36 2013 -0700 @@ -35,7 +35,7 @@ ''' import os -from mercurial import commands, util, patch, revlog, scmutil, phases +from mercurial import commands, util, patch, revlog, scmutil from mercurial.node import nullid, nullrev, short from mercurial.i18n import _