Issue url: https://bz.mercurial-scm.org/show_bug.cgi?id=6486
This will be fixed in next patch.
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGdf44bac9413d: tests: add a test to demonstrate a bug in `hg diff --git` (issue6486)
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
I just phabsend after rebasing to stable but here in Phabricator UI, I still see the default branch. What's wrong? Is it just the UI issue?
Seems like a bug in phabsend to me.
Yeah, I think it's phabsend. I will look into it to see if it's a quick fix. For now, do you think I should abandon these and create new ones?
You should be able to just rebase and phabsend again. The branch name in the UI is only cosmetic, but I'm assuming there are conflicts applying to stable.
Phabsend only sets the branch property when creating the differential. IDR if it was because the underlying API didn't support changing it on updates, or what. But feel encouraged to look into it.
FWIW, I've never had a patch fail to get the stable branch tag on Phab after a phabsend.
Phabsend only sets the branch property when creating the differential. IDR if it was because the underlying API didn't support changing it on updates, or what.
Does this mean now the only option is to abandon? Or you meant this only for the Phab UI?
I see. Also, did you ever have a scenario where you first phabsend a rev from default branch, then rebased to stable and phabsend again?