You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this to work with Pidgin, having forked the repository on bitbucket.org.
In order to have more than one pull request open at a time without having to fork a completely new repository for each, I need multiple heads in the release-2.x.y branch.
I can do this... commit one set of patches and push thus:
Sorry for this late response. I left this on a side of my mind as some sort of missing feature, but revisiting this report, I'm now wondering if it's not only a documentation or UX issue. I think what you want is to push to bookmarks/search and bookmarks/transient instead of branches/release-2.x.y/search and branches/release-2.x.y/transient. AFAIK, mercurial bookmarks are not specifically attached to mercurial branches.
I'm trying to use this to work with Pidgin, having forked the repository on bitbucket.org.
In order to have more than one pull request open at a time without having to fork a completely new repository for each, I need multiple heads in the
release-2.x.y
branch.I can do this... commit one set of patches and push thus:
But the names of the bookmarks are dropped, and I just get a bare commit-id next time I fetch:
AFAICT, submitting a pull request from an unnamed head means that I can't subsequently update it if changes are requested.
The text was updated successfully, but these errors were encountered: