clone fails if target is locked

Bryan O'Sullivan bos at serpentine.com
Mon Aug 15 23:37:54 CDT 2005


Traceback (most recent call last):
  File "/export/home/bos/bin/hg", line 13, in ?
    commands.run()
  File "/export/home/bos/lib/python/mercurial/commands.py", line 1392,
in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/export/home/bos/lib/python/mercurial/commands.py", line 1494,
in dispatch
    return d()
  File "/export/home/bos/lib/python/mercurial/commands.py", line 1481,
in <lambda>
    d = lambda: func(u, *args, **cmdoptions)
  File "/export/home/bos/lib/python/mercurial/commands.py", line 498, in
clone
    copyfile)
  File "/export/home/bos/lib/python/mercurial/util.py", line 190, in
copytree
    raise IOError("Not a regular file: %r" % srcname)
IOError: Not a regular file: 'python/.hg/lock'

-- 
Bryan O'Sullivan <bos at serpentine.com>



More information about the Mercurial mailing list