Create a gist now

Instantly share code, notes, and snippets.

anonymous /.bzr.log
Created Oct 28, 2010

What would you like to do?
this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to https://bugs.launchpad.net/bzr/+filebug
Thu 2010-10-28 14:59:49 -0700
0.052 bazaar version: 2.2.1
0.052 bzr arguments: [u'st']
0.067 looking for plugins in /Users/daniel/.bazaar/plugins
0.067 looking for plugins in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/plugins
0.110 encoding stdout as sys.stdout encoding 'utf-8'
0.116 Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/commands.py", line 912, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/commands.py", line 1112, in run_bzr
ret = run(*run_argv)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/commands.py", line 690, in run_argv_aliases
return self.run(**all_cmd_args)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/commands.py", line 705, in run
return self._operation.run_simple(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/cleanup.py", line 135, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups
result = func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/plugins/pager/__init__.py", line 48, in run
setup_pager()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/plugins/pager/__init__.py", line 40, in setup_pager
os.execlp(pager, pager)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py", line 327, in execlp
execvp(file, args)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py", line 344, in execvp
_execvpe(file, args)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py", line 380, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
0.117 Transferred: 0kB (0.0kB/s r:0kB w:0kB)
0.117 return code 3
0.195 opening working tree '/Users/daniel/tmp/test'
0.199 check paths: None
0.202 Transferred: 0kB (0.0kB/s r:0kB w:0kB)
0.202 return code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment