mercurial/hg.py
changeset 48173 1d70fb83ff4a
parent 48116 5ced12cfa41b
child 48240 607e9322fc89
equal deleted inserted replaced
48172:08c8cd2527bc 48173:1d70fb83ff4a
  1283         revs, checkout = addbranchrevs(repo, other, branches, opts.get(b'rev'))
  1283         revs, checkout = addbranchrevs(repo, other, branches, opts.get(b'rev'))
  1284 
  1284 
  1285         if revs:
  1285         if revs:
  1286             revs = [other.lookup(rev) for rev in revs]
  1286             revs = [other.lookup(rev) for rev in revs]
  1287         other, chlist, cleanupfn = bundlerepo.getremotechanges(
  1287         other, chlist, cleanupfn = bundlerepo.getremotechanges(
  1288             ui, repo, other, revs, opts[b"bundle"], opts[b"force"]
  1288             ui, repo, other, revs, opts.get(b"bundle"), opts.get(b"force")
  1289         )
  1289         )
  1290 
  1290 
  1291         if not chlist:
  1291         if not chlist:
  1292             ui.status(_(b"no changes found\n"))
  1292             ui.status(_(b"no changes found\n"))
  1293             return subreporecurse()
  1293             return subreporecurse()