equal
deleted
inserted
replaced
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 |