Fossil svn: linking tickets to a branch -
Fossil svn: linking tickets to a branch -
i have 2 branches in fossil repository: possible link ticket 1 of 2 branches, in timeline view can understand branch ticket belongs to?
thank in advance
sure can. thing need create sure include right reference. in screenshot below, see made ticket wrote in ticket title:
test reference branch [94558ab315732e3f]
that reference object-id of branch making reference to. @ screenshot below:
see took id placed in front end of word "leaf" , identifies branch. on top, in sam screenshot see line "test reference branch [94558ab315732e3f]" branch id clickable. take branch description
you not have clickable behaviour in ticket itself. if appear normal text:
if @ screenshot of timeline, see started test other way round: add together branch has ticket-id name. thing need differently quote ticket name when creating branch. so:
fossil branch new "[c98dd264f1319]" trunk
and not:
fossil branch new [c98dd264f1319] trunk
when that, in branches list have item named [c98dd264f1319]
can click on go straight relevant ticket. both referencing branches tickets , referncing tickets branches useful maintain changes referenced. makes fossil timeline more useful is.
one lastly thing: when name branches this, @ to the lowest degree in zsh need update quotes again. so:
fossil update "[c98dd264f1319]"
works fine,
fossil update [c98dd264f1319]
will give "not found" errors (in zsh). used adding quotes in no time.
fossil
Comments
Post a Comment