1210
1210
fetch_tags = c.get('branch.fetch_tags')
1212
1212
if stop_revision is None:
1217
1217
stop_revision = revision.NULL_REVISION
1219
1219
stop_revision = self.target.lookup_foreign_revision_id(head)
1222
1222
revision_id=stop_revision, include_tags=fetch_tags)
1225
1225
def pull(self, stop_revision=None, overwrite=False,
1226
1226
possible_transports=None, run_hooks=True, local=False):