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