bzr uncommit bzr: ERROR: exceptions.IndexError: pop from empty list

info info at hassanein.ch
Thu Nov 1 16:54:13 GMT 2007


Hi

I just started using bzr on my suse 9.3
I got an error by doing the following:

a) add file ./myconfig
b) bzr commit
c) change file ./myconfig
d) bzr diff myconfig
e) bzr uncommit

Error message see below.
Thanks for your help on this.

Mike


sah at apus:~/tmp> bzr diff myconfig
=== added file 'myconfig'
--- myconfig    1970-01-01 00:00:00 +0000
+++ myconfig    2007-11-01 16:48:49 +0000
@@ -0,0 +1,8 @@
+a
+b
+c
+d
+
+
+last entry
+agin last entry

sah at apus:~/tmp> bzr uncommit
The above revision(s) will be removed.
Are you sure [y/N]? y
bzr: ERROR: exceptions.IndexError: pop from empty list

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 802, in 
run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 758, in 
run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 492, in 
run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 3554, in 
run
    revno=revno)
  File "/usr/lib/python2.4/site-packages/bzrlib/uncommit.py", line 62, in 
uncommit
    rev_id = rh.pop()
IndexError: pop from empty list

bzr 0.92.0.candidate.1 on python 2.4.0.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'uncommit']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  
launchpad            /usr/lib/python2.4/site-packages/bzrlib/plugins/launchpad 
[unknown]
  
multiparent          /usr/lib/python2.4/site-packages/bzrlib/plugins/multiparent.pyc 
[unknown]

** Please send this report to bazaar at lists.ubuntu.com
   with a description of what you were doing when the
   error occurred.



More information about the bazaar mailing list