How to mark an issue as resolved from the commit log?

后端 未结 4 1610
既然无缘
既然无缘 2021-01-30 10:03

I noted that in BitBucket when your commit log contains a number like #12 this number is linked to the bug number 12.

I found this feature interesting, and

4条回答
  •  萌比男神i
    2021-01-30 10:35

    Trac does it as well, of course. It's easily configurable:

       _supported_cmds = {
                           'closed':     '_cmdClose',
                           'fix':        '_cmdClose',
                           'addresses':  '_cmdRefs',
                           're':         '_cmdRefs',
    

提交回复
热议问题