Mark Nauwelaerts
Mark Nauwelaerts
The above commit (supported by preceding ones) will now create a branch when needed on push. As such, the following launchpad workflow is possible using `git-remote-bzr`: ``` $ git clone...
The problem you describe has been resolved in mnauw/git-remote-bzr@564a7ab9e9adfdf4347cdf454b402828de5802f6 (and preceding commits). It is generally also recommended to use latest HEAD in that repo for various other fixes and features....
Pushing of tags should be now be possible by commit referenced above (and those preceding it, upgrading to latest HEAD in that repo is also recommended). As each bazaar branch...
I am not quite sure what git core is to blame for here. As mentioned in previous comments, what happens is that bookmarks are only fetched from remote repo and...
As commented above, there are quite some things that can go wrong when doing a strip on a remote hg repo, though git-remote-hg is not really to blame. That is,...
Actually, I stand self-corrected; git-remote-hg would not have to resort to guessing (tips status). With some more thorough modifications of how to-be-imported revisions are determined, it can always accomplish that...
Indeed, fixes and solutions should preferably be within git-remote-hg. As such, @fgb, #58 and its fixes might help in that regard. In the same way commits such as mnauw@b3fccddd9fb3d41767f485bff417b3eeaca1d23b here...
@novalis oops, seems to have missed enabling issues, that should be ok now. At the time of writing that in the README, I mainly had handling fetching following a strip...
It should also be noted (no pun intended ;-) ) that the above fixes actually no longer use the last_note metadata that is tracked in `marks-hg`. That is, last_note is...
The issue described is a limitation of using the `export` capability in a remote helper. The above commit (optionally) makes the remote helper use the `push` capability, and that allows...