Organized imports
commit0dcbd3d1951ed7b3685f7a07cfe3dfcc9b121391
authorAnton Rieder <aried3r@gmail.com>
Mon, 6 Aug 2012 23:35:09 +0000 (7 01:35 +0200)
committerAnton Rieder <aried3r@gmail.com>
Mon, 6 Aug 2012 23:35:09 +0000 (7 01:35 +0200)
tree31e9dd6558d264f1a0a0c5021a847d897d75cdd6
parent8f6adfd07c5df3ae790cc0fcfe0fdda529fd70a1
Organized imports

After an update to Mercurial 2.3 the module 'repo' was removed and the
program crashed when trying to convert a repository. I checked the
imports with 'pyflakes' and removed all unused ones, repo (among
others) was never used.

http://www.selenic.com/repo/hg/rev/1ac628cd7113#l9.1
hg-fast-export.py
hg-reset.py
hg2git.py
svn-fast-export.py