Show More
@@ -1206,12 +1206,6 b' def _getbundleobsmarkerpart(bundler, rep' | |||
|
1206 | 1206 | markers = repo.obsstore.relevantmarkers(subset) |
|
1207 | 1207 | buildobsmarkerspart(bundler, markers) |
|
1208 | 1208 | |
|
1209 | @getbundle2partsgenerator('extra') | |
|
1210 | def _getbundleextrapart(bundler, repo, source, bundlecaps=None, | |
|
1211 | b2caps=None, **kwargs): | |
|
1212 | """hook function to let extensions add parts to the requested bundle""" | |
|
1213 | pass | |
|
1214 | ||
|
1215 | 1209 | def check_heads(repo, their_heads, context): |
|
1216 | 1210 | """check if the heads of a repo have been modified |
|
1217 | 1211 |
General Comments 0
You need to be logged in to leave comments.
Login now