Advertisement
Guest User

bzr move --auto bug

a guest
Jul 29th, 2012
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. P:\my-repo\my_branch>bzr status
  3.  
  4. P:\my-repo\my_branch>cd 2
  5.  
  6. P:\my-repo\my_branch\2>dir
  7.  Volume in drive P is Shared Folders
  8.  Volume Serial Number is 0000-0064
  9.  
  10.  Directory of P:\my-repo\my_branch\2
  11.  
  12. 29.07.2012  15:56    <DIR>          .
  13. 29.07.2012  15:52    <DIR>          ..
  14. 29.07.2012  15:56                 3 hello.txt
  15.                1 File(s)              3 bytes
  16.                2 Dir(s)  10 886 758 400 bytes free
  17.  
  18. P:\my-repo\my_branch\2>mkdir 2
  19.  
  20. P:\my-repo\my_branch\2>move hello.txt 2\hello.txt
  21.  
  22. P:\my-repo\my_branch\2>cd 2
  23.  
  24. P:\my-repo\my_branch\2\2>dir
  25.  Volume in drive P is Shared Folders
  26.  Volume Serial Number is 0000-0064
  27.  
  28.  Directory of P:\my-repo\my_branch\2\2
  29.  
  30. 29.07.2012  15:57    <DIR>          .
  31. 29.07.2012  15:57    <DIR>          ..
  32. 29.07.2012  15:56                 3 hello.txt
  33.                1 File(s)              3 bytes
  34.                2 Dir(s)  10 886 758 400 bytes free
  35.  
  36. P:\my-repo\my_branch\2\2>cd ..\..\
  37.  
  38. P:\my-repo\my_branch>bzr status
  39. removed:
  40.   2/hello.txt
  41. unknown:
  42.   2/2/
  43.  
  44. P:\my-repo\my_branch>bzr move --auto
  45. 2 => 2/2
  46. bzr: ERROR: An inconsistent delta was supplied involving u'2', '2-20120729135350-mzh0ymawple3fjlp-1'
  47. reason: This parent is not present.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement