lost .hg/data/.hgtags.d
Andrea Arcangeli
andrea at suse.de
Wed Jun 29 23:43:19 UTC 2005
On a cloned tree where I'm doing some work, I lost the
.hg/data/.hgtags.d file. I'm quite sure I didn't delete it by hand with
'rm'. Perhaps I interruped something with C^c. I suspect a bug
somewhere. I'll let you know if I can reproduce.
andrea at g5:~/devel/kernel/linux-2.6-aa> hg log
changeset: 32167:af5f04951b10f8da9057dc268f160ec82ef72e02
Traceback (most recent call last):
File "/home/andrea/bin/ppc64/python/bin/hg", line 13, in ?
commands.run()
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/commands.py", line 816, in run
sys.exit(dispatch(sys.argv[1:]))
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/commands.py", line 882, in dispatch
return d()
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/commands.py", line 867, in <lambda>
d = lambda: i[0](u, repo, *args, **cmdoptions)
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/commands.py", line 519, in log
show_changeset(ui, repo, rev=i)
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/commands.py", line 117, in show_changeset
for tag in repo.nodetags(changenode):
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/hg.py", line 451, in nodetags
for t,n in self.tags().items():
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/hg.py", line 414, in tags
for l in fl.revision(r).splitlines():
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/revlog.py", line 244, in revision
f = self.opener(self.datafile)
File "/home/andrea/bin/ppc64/python/lib/python2.4/site-packages/mercurial/hg.py", line 319, in o
return file(f, mode)
IOError: [Errno 2] No such file or directory: '/home/andrea/devel/kernel/linux-2.6-aa/.hg/data/.hgtags.d'
More information about the Mercurial
mailing list