Changeset - 6e96ade2402e
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2020-02-04 03:03:08
mads@kiilerich.com
Grafted from: 1c66ef5566dd
vcs: fix missing import of mercurial.localrepo

(localrepo might already always be available in the mercurial namespace due to
side effects from other imports, but it is still better to do it explicit ...
and also to please pytype.)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/vcs/backends/hg/repository.py
Show inline comments
 
@@ -23,6 +23,7 @@ import mercurial.exchange
 
import mercurial.hg
 
import mercurial.hgweb
 
import mercurial.httppeer
 
import mercurial.localrepo
 
import mercurial.match
 
import mercurial.mdiff
 
import mercurial.node
0 comments (0 inline, 0 general)