bzr info shows DeprecationWarning when WT at rev.0 and out of date

Bug #421916 reported by Alexander Belchenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned

Bug Description

I have branch with tree on my central bzr server. Actually it should be treeless branch, because I don't use trees on the server. I've only pushed there via bzr:// protocol, so WT never was updated and stuck at revno.0.

Doing `bzr info -v` I've got DeprecationWarning. I think it's a bug (as an user I'm not interesting in such sort of warnings in my info). T: is network mapped drive of my server files area:

T:\repo\branch>bzr info -v
Standalone tree (format: pack-0.92)
Location:
  branch root: .

Format:
       control: Meta directory format 1
  working tree: Working tree format 4
        branch: Branch format 6
    repository: Packs containing knits without subtree support
C:\Program Files\Bazaar\lib\library.zip\bzrlib\branch.py:2712: DeprecationWarning: NULL_REVISION should be used for the null rev
ision instead of None, as of bzr 0.90.

Working tree is out of date: missing 46 revisions.

In the working tree:
         0 unchanged
         0 modified
         0 added
         0 removed
         0 renamed
         0 unknown
         0 ignored
         0 versioned subdirectories

Branch history:
        46 revisions
       529 days old
   first revision: Thu 2008-03-20 10:58:15 +0200
  latest revision: Mon 2009-08-31 15:44:58 +0000

Repository:
        54 revisions

Tags: easy
Revision history for this message
Martin Pool (mbp) wrote :

It is a bug, and it probably just needs a trivial update to that line in branch.py.

Changed in bzr:
status: New → Confirmed
importance: Undecided → Medium
Martin Pool (mbp)
tags: added: easy
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
Jelmer Vernooij (jelmer)
tags: removed: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.