Tom Whitten wrote: > I'm attempting to do a clone from an NFS mounted repository and I get this > message: > > abort: requirement 'fncache' not supported! > > Can anyone help me understand what this error message is trying to tell me?
It's trying to tell you that the repository you're cloning was created with a newer version of Mercurial than you're running. Use ssh instead of nfs to avoid this, since the over-the-wire protocol has not changed. --Mark