equal
deleted
inserted
replaced
1315 |
1315 |
1316 return _incoming(display, subreporecurse, ui, repo, source, opts) |
1316 return _incoming(display, subreporecurse, ui, repo, source, opts) |
1317 |
1317 |
1318 |
1318 |
1319 def _outgoing(ui, repo, dest, opts): |
1319 def _outgoing(ui, repo, dest, opts): |
1320 path = ui.paths.getpath(dest, default=(b'default-push', b'default')) |
1320 path = ui.getpath(dest, default=(b'default-push', b'default')) |
1321 if not path: |
1321 if not path: |
1322 raise error.Abort( |
1322 raise error.Abort( |
1323 _(b'default repository not configured!'), |
1323 _(b'default repository not configured!'), |
1324 hint=_(b"see 'hg help config.paths'"), |
1324 hint=_(b"see 'hg help config.paths'"), |
1325 ) |
1325 ) |