~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-03 08:06:56 UTC
  • mfrom: (2778.2.1 none.minikind.wouter)
  • Revision ID: pqm@pqm.ubuntu.com-20070903080656-1sn8ea2d3ohx75ek
(Wouter van Heyst) Dirstate blowing up on None as a minikind fingerprint

Show diffs side-by-side

added added

removed removed

Lines of Context:
1887
1887
                current_new_minikind = \
1888
1888
                    DirState._kind_to_minikind[current_new[1].kind]
1889
1889
                if current_new_minikind == 't':
1890
 
                    fingerprint = current_new[1].reference_revision
 
1890
                    fingerprint = current_new[1].reference_revision or ''
1891
1891
                else:
1892
1892
                    fingerprint = ''
1893
1893
            else: