diff .hgtags @ 28116:ba8257cb53e8

filectx: replace use of _filerev with _filenode _filerev depends on the filelog implementation using revlogs and linkrevs. Alternative implementations, like remotefilelog, do not have rev numbers, so this call fails. Replacing it with _filenode means it doesn't rely on rev numbers, and doesn't cost anything extra, since _filerev is using _filenode under the hood anyway.
author Durham Goode <durham@fb.com>
date Mon, 08 Feb 2016 14:17:11 -0800
parents 87449bc35209
children 9a7c27ba166b
line wrap: on
line diff