Comment 4 for bug 599492

Revision history for this message
Aaron Bentley (abentley) wrote : Re: [Bug 599492] Re: Incorrect links to revisions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06/28/2010 09:41 PM, Tim Penhey wrote:
> I talked with some people on #bzr (freenode irc) and the consensus is
> that the problem is most likely due to an old version of bzr.

I think it's possible that it was cause by someone trying to do a merge
as their initial commit, e.g.:

$ bzr init foo
Created a standalone tree (format: 2a)

abentley@lumpy:~/sandbox$ cd foo
abentley@lumpy:~/sandbox/foo$ bzr merge ~/hitchhiker/
Doing on-the-fly conversion from RepositoryFormatKnitPack4() to
RepositoryFormat2a().
This may take some time. Upgrade the repositories to the same format for
better performance.
+N COPYING.txt

+N README.txt
+N hitchhiker
+N setup.py
All changes applied successfully.

abentley@lumpy:~/sandbox/foo$ bzr commit -m "blah"
Committing to: /home/abentley/sandbox/foo/

deleted
modified COPYING.txt
modified README.txt
modified hitchhiker
modified setup.py

You need a passphrase to unlock the secret key for
user: "Aaron Bentley <email address hidden>"
1024-bit DSA key, ID 5616A88D, created 2004-12-08

Committed revision 1.

abentley@lumpy:~/sandbox/foo$ bzr log
    1 Aaron Bentley 2010-06-29
      blah

    0 Aaron Bentley 2009-11-12 [merge]
      Merge setup.py from Martin Pool

   -1 Aaron Bentley 2009-11-06
      Handle permission denied for mkdir.

   -2 Aaron Bentley 2009-07-08
      Fix lsl with specified path.

   -3 Aaron Bentley 2009-07-08
      Use default logging to show true errors.

   -4 Paul Hummer 2009-06-22
      Fixed typo

   -5 Aaron Bentley 2008-11-13
      Implement rename command

   -6 Aaron Bentley 2008-11-11
      Handle bad URLs better

   -7 Aaron Bentley 2008-11-11
      Implement ls -l functionality

   -8 Aaron Bentley 2008-11-07
      Implement mirror on Transport.copy_tree_to_transport

Use --include-merges or -n0 to see merged revisions.
abentley@lumpy:~/sandbox/foo$ bzr --version
Bazaar (bzr) 2.2b3
  from bzr checkout /home/abentley/bzr/bzr.dev
    revision: 5321
    revid: <email address hidden>
    branch nick: bzr.dev
  Python interpreter: /usr/bin/python 2.6.5
  Python standard library: /usr/lib/python2.6
  Platform: Linux-2.6.32-22-generic-x86_64-with-Ubuntu-10.04-lucid
  bzrlib: /home/abentley/bzr/bzr.dev/bzrlib
  Bazaar configuration: /home/abentley/.bazaar
  Bazaar log file: /home/abentley/.bzr.log

Copyright 2005-2010 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwp+UYACgkQ0F+nu1YWqI0fuwCeM3sOcNHTtV3+cGwl3vWVsq7o
paoAn233T8eeefBttoDWTlpKRy+mh+kw
=RzBJ
-----END PGP SIGNATURE-----