mercurial - How to retrieve available branches from a Bitbucket repository? -
It is possible to get local branches with local code accumulated with hg branches . Is it possible to do this with a remote repository program?
Unfortunately, there is no way to determine that in a remote mercurial repository without dragging in the repository Branches, you can avoid saving data on disk by getting the information you want by using hg incoming , but this command works by dragging the entire repository data anyways - maybe what you want not. Unfortunately, your best bet is probably going to be a check-out, and then inquire with your local-local stores.
If this is really unacceptable, then you have two additional solutions: you can screen-scope the page for your repository, or by using a tool like this, or as long as you release your API in BitBasket Can not wait, which can provide this functionality.
Comments
Post a Comment