Status with Largefile Extension

Smith, Bill (Tridium) bsmith at tridium.com
Wed Nov 14 12:27:02 CST 2012


Thanks for the input. That did the trick. The next hurdle I've come across is getting the filectx for the last time a particular file was committed.

>From the command line, I can do something like:

hg log -r "max(file('**build.exe'))"

However, when I try repo["max(file('**build.exe'))"] to get the changectx that contains the last change of that file, I get back an error. Is there a way to grab the latest changectx or filectx that represents the last time the file was committed?

Thx again,
Bill


More information about the Mercurial-devel mailing list