mercurial/revset.py
changeset 49702 c55e70bed7eb
parent 49511 117dcc4a0e67
child 49711 e2a31b0bc5d0
equal deleted inserted replaced
49701:1470a533d28a 49702:c55e70bed7eb
  1867         dests = [dest]
  1867         dests = [dest]
  1868     else:
  1868     else:
  1869         dests = []
  1869         dests = []
  1870     missing = set()
  1870     missing = set()
  1871     for path in urlutil.get_push_paths(repo, repo.ui, dests):
  1871     for path in urlutil.get_push_paths(repo, repo.ui, dests):
  1872         dest = path.pushloc or path.loc
  1872         dest = path.loc
  1873         branches = path.branch, []
  1873         branches = path.branch, []
  1874 
  1874 
  1875         revs, checkout = hg.addbranchrevs(repo, repo, branches, [])
  1875         revs, checkout = hg.addbranchrevs(repo, repo, branches, [])
  1876         if revs:
  1876         if revs:
  1877             revs = [repo.lookup(rev) for rev in revs]
  1877             revs = [repo.lookup(rev) for rev in revs]