##// END OF EJS Templates
remove useless import of repo...
Steve Borho -
r98:33fcea39 default
parent child Browse files
Show More
@@ -17,7 +17,7 b' command line). This extension uses and w'
17 library.
17 library.
18 '''
18 '''
19
19
20 from mercurial import hg, repo, util
20 from mercurial import hg, util
21 from mercurial.i18n import _
21 from mercurial.i18n import _
22 try:
22 try:
23 from mercurial.url import passwordmgr
23 from mercurial.url import passwordmgr
General Comments 0
You need to be logged in to leave comments. Login now