← Back to team overview

bzr-explorer-dev team mailing list archive

[Bug 388480] Re: [proposal] "annotate file..." menu

 

Do you still feel this is necessary/desirable? It's pretty easy to get
to qannotate via qbrowse and qbrowse is now easily accessible in the
working tree browser. (It will get easier still when the working tree
browser starts using Gary's new tree model under the covers.)

** Changed in: bzr-explorer
   Importance: Medium => Wishlist

-- 
[proposal] "annotate file..." menu
https://bugs.launchpad.net/bugs/388480
You received this bug notification because you are a member of Bazaar
Explorer Developers, which is the registrant for Bazaar Explorer.

Status in Bazaar Explorer: Triaged

Bug description:
Ian, recently I've asked you about Annotate menu and you decided to remove it completely. I have new use case and new ideas about this menu item.

bzr explorer can provide this feature in 2 steps: 

1) When user selects menu "Annotate file..." then standard Open File dialog should be invoked (with current dir at tree basedir). Then user can select the file it's interested to annotate.
2) bzr explorer (BzrE) will invoke qannotate then passing it selected filename.

As another variant we can implement `qannotate --select-file` in QBzr. What do you think?