Show More
@@ -606,10 +606,9 b' def trackedcmd(ui, repo, remotepath=None' | |||
|
606 | 606 | # Find the revisions we have in common with the remote. These will |
|
607 | 607 | # be used for finding local-only changes for narrowing. They will |
|
608 | 608 | # also define the set of revisions to update for widening. |
|
609 |
|
|
|
610 | url, branches = r | |
|
611 | ui.status(_(b'comparing with %s\n') % urlutil.hidepassword(url)) | |
|
612 | remote = hg.peer(repo, opts, url) | |
|
609 | path = urlutil.get_unique_pull_path_obj(b'tracked', ui, remotepath) | |
|
610 | ui.status(_(b'comparing with %s\n') % urlutil.hidepassword(path.loc)) | |
|
611 | remote = hg.peer(repo, opts, path) | |
|
613 | 612 | |
|
614 | 613 | try: |
|
615 | 614 | # check narrow support before doing anything if widening needs to be |
General Comments 0
You need to be logged in to leave comments.
Login now