1

I want to do something like git blame - not on a whole file

but on a code snippet (selection)

how can I do this in bzr (console or bzr explorer) ?

Elad Benda
  • 35,076
  • 87
  • 265
  • 471

1 Answers1

1

If you have configured git root in your project (Settings | Version Control) then you can open annotations via right click on gutter, or via menu VCS | Git | Annotate.

damon-lin
  • 69
  • 4