All of lore.kernel.org
 help / color / mirror / Atom feed
From: Colin Watson <cjwatson@ubuntu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Diff between Branches
Date: Sat, 31 Oct 2009 13:26:22 +0000	[thread overview]
Message-ID: <20091031132620.GF28534@riva.ucam.org> (raw)
In-Reply-To: <20091031123657.GA29323@pina.cat>

On Sat, Oct 31, 2009 at 12:36:57PM +0000, Carles Pina i Estany wrote:
> I'm novice with Bazaar.
> I would like to diff between gettext branch and trunk. I did:
> 
> bzr branch http://bzr.savannah.gnu.org/r/grub/people/robertmh/gettext/
> cd gettext
> bzr diff -r branch:http://bzr.savannah.gnu.org/r/ub/trunk/grub
> 
> But I have some unexpected results like adding files and removing files
> that I would not expect: 
> 
> === added file 'AUTHORS'
> --- AUTHORS     1970-01-01 00:00:00 +0000
> +++ AUTHORS     2009-10-31 12:19:08 +0000
> 
> and then:
> === removed file 'AUTHORS'
> --- AUTHORS     2005-09-03 16:54:27 +0000
> +++ AUTHORS     1970-01-01 00:00:00 +0000

This usually means that there is a problem with the way the branches
were created or with the way they've been managed, such that the files
in each branch do not have common ancestry. (Bazaar assigns each file a
unique file-id in order to support good rename tracking, and will only
consider two files to be different versions of the same file if they
have the same file-id; you can see the file-id with e.g. 'bzr ls
--show-ids'.)

I haven't looked at these two branches to find out exactly what's
happened.

-- 
Colin Watson                                       [cjwatson@ubuntu.com]



  reply	other threads:[~2009-10-31 13:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-31 12:36 Diff between Branches Carles Pina i Estany
2009-10-31 13:26 ` Colin Watson [this message]
2009-10-31 13:45   ` Robert Millan
2009-10-31 14:23     ` Colin Watson
2009-10-31 13:44 ` Robert Millan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091031132620.GF28534@riva.ucam.org \
    --to=cjwatson@ubuntu.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.