[yt-dev] Bookmarks now show up in the PR dropdown menu on bitbucket

Nathan Goldbaum nathan12343 at gmail.com
Thu Aug 13 15:22:08 PDT 2015


Hey all,

With mercurial it's easy to get into a state where you have many heads,
each one corresponding to a different open pull request on bitbucket. Up
until now it's been sort of awful to use bitbucket with many heads, since
the branch dropdown menu in the pull request interface only showed
changeset hashes when a named branch has more the one heads.

Now, thanks to Sean Farley at bitbucket, the PR dropdown menu looks like
this:

[image: Inline image 1]

If you don't use bookmarks, you might want to try it. When you're
developing a feature, you can do:

$ hg bookmark my-feature
# lots of commits, bookmark always points at the most recent commit
$ hg push -B my-feature https://bitbucket.org/my_account/yt

One nice feature of bookmarks is that you can push new remote heads with
"hg push -B" without force-pushing. And now they'll be much easier to find
when you go and make your pull request!

Even better, the "experimental" bookmark in the destination repository is
now clearly marked as such.

Thanks for your hard work Sean! I'm looking forward to more hg improvements
in the coming months :)

-Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-dev-spacepope.org/attachments/20150813/4cda1e10/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 77092 bytes
Desc: not available
URL: <http://lists.spacepope.org/pipermail/yt-dev-spacepope.org/attachments/20150813/4cda1e10/attachment.png>


More information about the yt-dev mailing list