##// END OF EJS Templates
fastannotate: address pyflakes concerns...
Augie Fackler -
r39248:eaa14dff default
parent child Browse files
Show More
@@ -117,7 +117,6 from mercurial import (
117 117 error as hgerror,
118 118 localrepo,
119 119 registrar,
120 util,
121 120 )
122 121
123 122 from . import (
@@ -15,7 +15,6 from mercurial import (
15 15 extensions,
16 16 hg,
17 17 localrepo,
18 scmutil,
19 18 wireprotov1peer,
20 19 wireprotov1server,
21 20 )
@@ -188,8 +187,6 def _filterfetchpaths(repo, paths):
188 187 if threshold <= 0:
189 188 return paths
190 189
191 master = repo.ui.config('fastannotate', 'mainbranch') or 'default'
192
193 190 result = []
194 191 for path in paths:
195 192 try:
General Comments 0
You need to be logged in to leave comments. Login now