diff is incomplete against a git branch
Bug #1030347 reported by
Jared Silva
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Low
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
diff is incomplete against a git branch. git diff shows changes for all files. bzr diff shows changes only for one file.
$ git diff
diff --git a/README b/README
index 13704d5..ca866cd 100644
--- a/README
+++ b/README
...
diff --git a/etc/samba/
index 9228fbf..de3e641 100644
--- a/etc/samba/
+++ b/etc/samba/
...
$ bzr diff
=== modified file 'etc/samba/
--- etc/samba/smb.conf 2012-07-18 03:08:55 +0000
+++ etc/samba/smb.conf 2012-07-28 02:21:05 +0000
...
Changed in brz-git: | |
status: | New → Fix Released |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz-git: | |
milestone: | none → integration |
affects: | brz-git → brz |
Changed in brz: | |
milestone: | integration → none |
milestone: | none → 3.0.0 |
To post a comment you must log in.
This is not true in the general case, and I assume is the same branch as you got the error with `bzr st` on? So, marking as duplicate given this is probably just fallout.