mercurial/commands.py
changeset 5053 47a8ea1eb2c3
parent 5034 c0417a319e39
child 5108 0f594cc36aed
child 5113 d5126a0172ba
equal deleted inserted replaced
5052:a11e8a181bd5 5053:47a8ea1eb2c3
  1621                         raise util.Abort(_('patch is damaged' +
  1621                         raise util.Abort(_('patch is damaged' +
  1622                                            ' or loses information'))
  1622                                            ' or loses information'))
  1623             finally:
  1623             finally:
  1624                 os.unlink(tmpname)
  1624                 os.unlink(tmpname)
  1625     finally:
  1625     finally:
  1626         del wlock, lock
  1626         del lock, wlock
  1627 
  1627 
  1628 def incoming(ui, repo, source="default", **opts):
  1628 def incoming(ui, repo, source="default", **opts):
  1629     """show new changesets found in source
  1629     """show new changesets found in source
  1630 
  1630 
  1631     Show new changesets found in the specified path/URL or the default
  1631     Show new changesets found in the specified path/URL or the default