mercurial/revset.py
changeset 22498 64673dc48931
parent 22497 8ea3f47bcaff
child 22499 8c9f9e346acc
equal deleted inserted replaced
22497:8ea3f47bcaff 22498:64673dc48931
  1165             if prev is None:
  1165             if prev is None:
  1166                 return src
  1166                 return src
  1167             src = prev
  1167             src = prev
  1168 
  1168 
  1169     o = set([_firstsrc(r) for r in args])
  1169     o = set([_firstsrc(r) for r in args])
       
  1170     o -= set([None])
  1170     return subset.filter(o.__contains__)
  1171     return subset.filter(o.__contains__)
  1171 
  1172 
  1172 def outgoing(repo, subset, x):
  1173 def outgoing(repo, subset, x):
  1173     """``outgoing([path])``
  1174     """``outgoing([path])``
  1174     Changesets not found in the specified destination repository, or the
  1175     Changesets not found in the specified destination repository, or the