Advertisement
Guest User

bzr crash on shelving

a guest
Oct 13th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. bzr: ERROR: bzrlib.errors.MalformedTransform: Tree transform is malformed [('unversioned parent', 'new-4'), ('missing parent', 'new-4')]
  2.  
  3. Traceback (most recent call last):
  4. File "D:/Apps/Bazaar/plugins\qbzr\lib\widgets\shelve.py", line 715, in do_shelve
  5. File "bzrlib\shelf.pyo", line 382, in shelve_changes
  6. File "bzrlib\shelf.pyo", line 256, in transform
  7. File "bzrlib\transform.pyo", line 1730, in apply
  8. File "bzrlib\transform.pyo", line 554, in _check_malformed
  9. MalformedTransform: Tree transform is malformed [('unversioned parent', 'new-4'), ('missing parent', 'new-4')]
  10.  
  11. bzr 2.5.1 on python 2.6.6 (win32)
  12. arguments: ['D:\\Apps\\Bazaar\\bzrw.exe', 'qshelve', '--ui-mode']
  13. encoding: 'cp1250', fsenc: 'mbcs', lang: None
  14. plugins:
  15. bzrtools D:\Apps\Bazaar\plugins\bzrtools [2.5.0]
  16. changelog_merge D:\Apps\Bazaar\plugins\changelog_merge [2.5.1]
  17. colo D:\Apps\Bazaar\plugins\colo [0.4.0]
  18. explorer D:\Apps\Bazaar\plugins\explorer [1.2.2]
  19. fastimport D:\Apps\Bazaar\plugins\fastimport [0.14.0dev]
  20. git D:\Apps\Bazaar\plugins\git [0.6.8]
  21. launchpad D:\Apps\Bazaar\plugins\launchpad [2.5.1]
  22. loom D:\Apps\Bazaar\plugins\loom [2.3.0dev]
  23. netrc_credential_store D:\Apps\Bazaar\plugins\netrc_credential_store [2.5.1]
  24. news_merge D:\Apps\Bazaar\plugins\news_merge [2.5.1]
  25. pipeline D:\Apps\Bazaar\plugins\pipeline [1.4.0]
  26. qbzr D:\Apps\Bazaar\plugins\qbzr [0.22.3]
  27. rewrite D:\Apps\Bazaar\plugins\rewrite [0.6.4dev]
  28. svn D:\Apps\Bazaar\plugins\svn [1.2.2]
  29. upload D:\Apps\Bazaar\plugins\upload [1.2.0dev]
  30. xmloutput D:\Apps\Bazaar\plugins\xmloutput [0.8.8]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement