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).
If it won't be simple, it simply won't be. [Hire me, source code] by Miki Tebeka, CEO, 353Solutions
Subscribe to:
Post Comments (Atom)
2 comments:
small typo at the start "out" => our (or so I believe :))
Fixed. Thanks!
Post a Comment