comparison hgsubversion/replay.py @ 1599:7bb6562feb85

compathacks: drop branchset() which is compat code for hg<2.9
author Pulkit Goyal <pulkit@yandex-team.ru>
date Tue, 27 Nov 2018 14:08:11 +0300
parents 8a66277136ab
children
comparison
equal deleted inserted replaced
1598:394007c5efea 1599:7bb6562feb85
138 # New regular tag without modifications, it will be committed by 138 # New regular tag without modifications, it will be committed by
139 # svnmeta.committag(), we can skip the whole branch for now 139 # svnmeta.committag(), we can skip the whole branch for now
140 tag = meta.get_path_tag(meta.remotename(branch)) 140 tag = meta.get_path_tag(meta.remotename(branch))
141 if (tag and tag not in meta.tags 141 if (tag and tag not in meta.tags
142 and branch not in meta.branches 142 and branch not in meta.branches
143 and branch not in compathacks.branchset(meta.repo) 143 and branch not in meta.repo.branchmap()
144 and not files): 144 and not files):
145 continue 145 continue
146 146
147 parentctx = meta.repo[parents[0]] 147 parentctx = meta.repo[parents[0]]
148 if tag: 148 if tag: