mercurial/commands.py
changeset 46930 0afe96e374a7
parent 46917 efadec3ea8e2
child 46931 d4e4ccb75f99
equal deleted inserted replaced
46929:5a59a0ed0a37 46930:0afe96e374a7
  4983             ui.pager(b'outgoing')
  4983             ui.pager(b'outgoing')
  4984             return bookmarks.outgoing(ui, repo, other)
  4984             return bookmarks.outgoing(ui, repo, other)
  4985         finally:
  4985         finally:
  4986             other.close()
  4986             other.close()
  4987 
  4987 
  4988     repo._subtoppath = path.pushloc or path.loc
  4988     return hg.outgoing(ui, repo, dest, opts)
  4989     try:
       
  4990         return hg.outgoing(ui, repo, dest, opts)
       
  4991     finally:
       
  4992         del repo._subtoppath
       
  4993 
  4989 
  4994 
  4990 
  4995 @command(
  4991 @command(
  4996     b'parents',
  4992     b'parents',
  4997     [
  4993     [