[BUG] duplicated path in cache r547
William Dodé
wilk-ml at flibuste.net
Wed May 25 14:18:00 BST 2005
Hi,
There is a bug if we add and remove a file AND use bzr
status before commit :
$ bzr init
$ touch a
$ bzr add a
$ bzr remove a
$ bzr add a
$ bzr status
added:
a
$ bzr commit -m "a"
bzr: error: duplicated path in cache: u'a'
at /vrac/python/bazaar-ng/bzrlib/statcache.py:169 in load_cache()
see ~/.bzr.log for debug information
It doesn't scratch if we don't do bzr status
$ bzr init
$ touch a
$ bzr add a
$ bzr remove a
$ bzr add a
$ bzr commit -m "a"
* looking for changes...
added a
* commited r1
--
William Dodé - http://flibuste.net
More information about the bazaar
mailing list