##// END OF EJS Templates
path: pass `path` to `peer` in infinite push...
marmoute -
r50608:6f89a1d7 default
parent child Browse files
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, destpath)
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