Mercurial > hg > hg-git
changeset 731:381a135a9548
import: remove redundant imports
These modules are already imported above.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Mon, 19 May 2014 18:48:40 -0700 (2014-05-20) |
parents | 371e62e7cacd |
children | 705f0a2a7c18 |
files | hggit/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -126,8 +126,6 @@ repo.ui.status(_("clearing out the git cache data\n")) repo.githandler.clear() -from mercurial import dirstate -from mercurial import ignore if (getattr(dirstate, 'rootcache', False) and getattr(ignore, 'readpats', False)): # only install our dirstate wrapper if it has a hope of working