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
How can I list or pull a named branch from the upstream mercurial repository?
git branch -r doesn't list any of the mercurial branches, even after running git-fetch. Is git-remote-hg only able to handle the default upstream branch, or am I missing something incredibly obvious?