On Fri, Oct 7, 2011 at 5:02 AM, John Wiegley <jwiegley@gmail.com> wrote:
>>>>> Andreas Schwab <schwab@linux-m68k.org> writes:

> John Wiegley <jwiegley@gmail.com> writes:
>> I will see what can be done.  Due to the nature of Git, my own Bazaar
>> mirror has entirely different commit ids than what Savannah has.

> That should not be the case, since git ids are solely based on contents.
> Most likely you are doing something wrong.

I found the divergence, and something is wrong with my git-bzr.

John

Bazaar:

,----
| revno: 7238
| committer: Paul Reilly <pmr@pajato.com>
| timestamp: Sat 1994-04-30 23:08:15 +0000
| message:
|   Initial revision
| added:
|   src/s/dgux5-4R2.h
|   src/s/dgux5-4R3.h
`----

Savannah Git Mirror:

,----
| commit 48df2e64c678ce4bc119ec737d08f80c36135e31
| Author: Paul Reilly <pmr@pajato.com>
| Date:   Sat Apr 30 23:08:15 1994 +0000
|
|     Initial revision
|
|  src/s/dgux5-4R2.h |   46 +++++++++++++++++++++++++++++++++++++++++
|  src/s/dgux5-4R3.h |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++
|  2 files changed, 105 insertions(+), 0 deletions(-)
`----

My Git Mirror:

,----
| commit 52a945a9afc999d033548bcdc80f7105075ee5f6
| Author: Paul Reilly <pmr@pajato.com>
| Date:   Sat Apr 30 23:08:15 1994 +0000
|
|     Initial revision
|
|  src/s/dgux5-4R3.h |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++
|  1 files changed, 59 insertions(+), 0 deletions(-)
`----

Wouldn't you just know it. :-)

-pmr