filename:hash points to unexpected changeset

Norman Walsh ndw at nwalsh.com
Mon Aug 6 13:39:01 CDT 2007


/ Matt Mackall <mpm at selenic.com> was heard to say:
|> 2000/06/edinburgh.xml:5bfc5b1e7250 points to unexpected changeset 1366
|> expecting one of [1371]
|
| Thanks. Have you looked at revs 1366 and 1371? Was this file touched
| in the latter and not in the former?
|
| Can you do:
|
| hg manifest --debug 1366 | grep edinburgh
|
| It will show the file hash present in rev 1366, if any.

$ for f in 1365 1366 1367; do echo $f; hg manifest --debug $f | grep edinburgh.xml; done
1365
faa5881e91d29ca10d4624719ca7db1c26712cfe 644 2000/06/edinburgh.xml
1366
faa5881e91d29ca10d4624719ca7db1c26712cfe 644 2000/06/edinburgh.xml
1367
faa5881e91d29ca10d4624719ca7db1c26712cfe 644 2000/06/edinburgh.xml

Which I interpret as no real change associated with 1366.

$ for f in 1370 1371 1372; do echo $f; hg manifest --debug $f | grep edinburgh.xml; done
1370
faa5881e91d29ca10d4624719ca7db1c26712cfe 644 2000/06/edinburgh.xml
1371
5bfc5b1e7250d2d71b97c6b0226e43285c363a62 644 2000/06/edinburgh.xml
1372
5bfc5b1e7250d2d71b97c6b0226e43285c363a62 644 2000/06/edinburgh.xml

Which I interpret to mean I really did change it at 1371.

| I expect this is related to your other problem. That is, we somehow
| recorded this file version earlier in the file log, but the changelog
| entry never got finalized.
|
| Both of these problems are very unusual.

I sure hope so. And I hope you can figure out what's wrong. I'm
running the push again with --debug on the server now.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw at nwalsh.com> | The effects of weakness are
http://nwalsh.com/            | inconceivable, and more prodigious than
                              | those of the most violent
                              | passions.--Cardinal De Retz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial/attachments/20070806/b2b214e9/attachment.pgp 


More information about the Mercurial mailing list