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
$ git checkout t/DO-NOT-MERGE-git-markup-net-next
$ tg next
t/DO-NOT-MERGE-git-markup-net
If I insert another topic between t/DO-NOT-MERGE-git-markup-net-next and t/DO-NOT-MERGE-git-markup-fixes-net-next, it is only from this topic I have an issue and t/DO-NOT-MERGE-git-markup-net is returned.
Here is the output of sh -x /usr/bin/tg next 2>&1 | sed "s#${PWD}#/PWD#g" > tg-next.log (my PWD is very long, I reduced it): tg-next.log
tg annihilate was not jumping to the next topic causing some issues in
the dependences. But in fact, 'tg next' was also having the same issue.
Instead, a manual 'tg next' is done with a workaround.
Link: mackyle/topgit#23
Signed-off-by: Matthieu Baerts <[email protected]>
Hello,
First, thank you for maintaining this great tool!
I have an issue with
tg next
returning a wrong topic: the returned topic is from another part of the tree.My TopGit tree is mostly linear:
Or:
Here is the issue:
If I insert another topic between
t/DO-NOT-MERGE-git-markup-net-next
andt/DO-NOT-MERGE-git-markup-fixes-net-next
, it is only from this topic I have an issue andt/DO-NOT-MERGE-git-markup-net
is returned.Here is the output of
sh -x /usr/bin/tg next 2>&1 | sed "s#${PWD}#/PWD#g" > tg-next.log
(my PWD is very long, I reduced it): tg-next.logYou can easily experiment this issue because my repo is public: https://github.com/multipath-tcp/mptcp_net-next/
The text was updated successfully, but these errors were encountered: