jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

Add support for viewing history and timeline in a different branch #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you work in a separate branch you often want to see the history and 
timeline for the main branch to find what and who changed certain things. E.g.

//src/project/main/...
//src/project/devjim/...

We need to add some mapping back and forth -- perhaps just another 
configuration variable in the config and then two separate commands:

HistoryItemMainLine
TimelapesViewMainLine

Original issue reported on code.google.com by jim.tila...@gmail.com on 20 Oct 2011 at 7:15

GoogleCodeExporter commented 9 years ago
Done in 1.3.9

Original comment by jim.tila...@gmail.com on 2 Nov 2011 at 3:30