At work, our workflow involves JIRA and feature branches.
We name the feature branches in the name of the issue they are solving.
However when doing hg branches it's hard to know what branch you want.
Below is a small script that annotates the output of hg branches with the issue description from JIRA (and also added the branch parent).
small typo at the start "out" => our (or so I believe :))
ReplyDeleteFixed. Thanks!
ReplyDelete