<br><br><div class="gmail_quote">On Fri Oct 10 2014 at 3:09:16 AM Nico Rieck <<a href="mailto:nico.rieck@gmail.com">nico.rieck@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10.10.2014 02:51, Sean Silva wrote:<br>
> On Wed, Oct 8, 2014 at 10:59 AM, Manuel Klimek <<a href="mailto:klimek@google.com" target="_blank">klimek@google.com</a>> wrote:<br>
>> On a different note:<br>
>> My favorite feature of Phabricator: if you look at a file in blame mode,<br>
>> there are little "<<" next to the revision, which lets you jump to the file<br>
>> "past that revision". This lets one quickly browse to the right point for<br>
>> what one is looking for, making naming or formatting changes less<br>
>> burdensome.<br>
>> Example:<br>
>> <a href="http://reviews.llvm.org/diffusion/L/browse/cfe/trunk/include/clang/Basic/DiagnosticIDs.h;198376" target="_blank">http://reviews.llvm.org/<u></u>diffusion/L/browse/cfe/trunk/<u></u>include/clang/Basic/<u></u>DiagnosticIDs.h;198376</a><br>
>><br>
><br>
><br>
> That is really great! I need this from time to time and though it's not<br>
> difficult to approximate on the command line, it is tedious. This saves a<br>
> lot of work!<br>
<br>
You can also do this easily without Phab just by using git (with "git<br>
gui blame <path>"). This also detects copies/moves.<br></blockquote><div><br></div><div>Just tried that and I don't see how to get to the *parent* commit of a line (the immediate version of the file before it was the way I see it).</div><div>With git this is probably hard, because it assumes non-linear history, so there is not necessarily a single parent commit (?)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
-Nico<br>
</blockquote></div>