Diff, status, and file paths

Erik Bågfors zindar at gmail.com
Fri Jan 20 05:47:59 GMT 2006


I ran into the following confusing thing today.

$ bzr st
modified:
  foo/foo1
  bar/bar1

$ bzr diff foo/foo1
(no answer)

$ bzr diff foo1
(answer)..

So, two problems..
1) status shows files relative root, not cwd.
2) bzr diff on noneexistant file, gave no output

I'd like to see all files when I run "bzr status" but all relative root.  So:
modified:
  foo1
  ../bar/bar1

/Erik




More information about the bazaar mailing list