Show More
@@ -806,7 +806,7 b' def perfphasesremote(ui, repo, dest=None' | |||||
806 |
|
806 | |||
807 | path = ui.paths.getpath(dest, default=('default-push', 'default')) |
|
807 | path = ui.paths.getpath(dest, default=('default-push', 'default')) | |
808 | if not path: |
|
808 | if not path: | |
809 |
raise error. |
|
809 | raise error.Abort(('default repository not configured!'), | |
810 | hint=("see 'hg help config.paths'")) |
|
810 | hint=("see 'hg help config.paths'")) | |
811 | dest = path.pushloc or path.loc |
|
811 | dest = path.pushloc or path.loc | |
812 | branches = (path.branch, opts.get('branch') or []) |
|
812 | branches = (path.branch, opts.get('branch') or []) |
General Comments 0
You need to be logged in to leave comments.
Login now