Bobby Holley <bobbyhol...@gmail.com> writes: > On Mon, Mar 30, 2015 at 10:54 AM, Chris Peterson <cpeter...@mozilla.com> > wrote: > >> On 3/29/15 3:35 PM, smaug wrote: >> >>> Having the one commit in the blame doesn't really matter. Often one >>> needs to go to the first commit of the code anyway. >>> >> >> Is there an hg or git equivalent to Perforce's "Time-Lapse View" tool? It >> shows a global view of a file's blame history and you can visually "scrub" >> through the blame history. >> > > You mean like git log -p FILE? I'm sure there are fancier graphic ways to > visualize it, but that's the way I usually scrub my way back through > restyles etc.
I think Chris might want to follow the history of a particular line, that is usually what we use flame for. I find |git gui blame <file>| very useful. Kanru _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform