Abort: no match found!
Jay Soffian
jaysoffian at gmail.com
Tue Mar 11 09:43:22 CDT 2008
On Mon, Mar 10, 2008 at 9:14 PM, Matt Mackall <mpm at selenic.com> wrote:
> The above is saying "at some point you checked in a file called x, and
> now that seems to be missing". For every file ever checked in, there's a
> file in .hg/store/data/path/to/file.i (and sometimes .d) where that
> file's data is stored. And I suspect the corresponding files have gone
> missing.
>
> My suspicion is that you did something silly like "find -name
> '.DS_Store' | xargs rm". Oops.
That wouldn't remove */.DS_Store.i, only */.DS_Store, so it would've had
to have been the even more silly 'find -name .DS_Store*' which is
beginning to seem unlikely.
j.
More information about the Mercurial
mailing list