Finding the author of a line of code in Mercurial

前端 未结 6 1515
时光说笑
时光说笑 2021-01-30 03:10

How do I find out who is responsible for a specific line of code? I know the linenumber and the filename but I would like Mercurial to tell me the author(s) of that specific lin

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 03:37

    If you are using TortoiseHG

    hgtk annotate 
    

    Or by finding the file in the log, rightclicking it and selecting "Annotate file"

提交回复
热议问题