Show More
@@ -856,7 +856,7 b' def _push(orig, ui, repo, *dests, **opts' | |||||
856 | result = orig(ui, repo, *dests, **pycompat.strkwargs(opts)) |
|
856 | result = orig(ui, repo, *dests, **pycompat.strkwargs(opts)) | |
857 | if common.isremotebooksenabled(ui): |
|
857 | if common.isremotebooksenabled(ui): | |
858 | if bookmark and scratchpush: |
|
858 | if bookmark and scratchpush: | |
859 |
other = hg.peer(repo, opts, |
|
859 | other = hg.peer(repo, opts, path) | |
860 | try: |
|
860 | try: | |
861 | fetchedbookmarks = other.listkeyspatterns( |
|
861 | fetchedbookmarks = other.listkeyspatterns( | |
862 | b'bookmarks', patterns=[bookmark] |
|
862 | b'bookmarks', patterns=[bookmark] |
General Comments 0
You need to be logged in to leave comments.
Login now