On Mon, Mar 30, 2015 at 11:01:28AM -0700, Bobby Holley wrote: > On Mon, Mar 30, 2015 at 10:54 AM, Chris Peterson <[email protected]> > 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've been finding git log -L works pretty well. Trev > _______________________________________________ > dev-platform mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-platform _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

