~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Robert Collins
  • Date: 2005-09-07 10:47:36 UTC
  • mto: (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050907104736-8e592b72108c577d
symlink support updated to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
 
99
99
        kind = bzrlib.osutils.file_kind(af)
100
100
 
101
 
        if kind != 'file' and kind != 'directory':
 
101
        if kind != 'file' and kind != 'directory' and kind != 'symlink':
102
102
            if f in user_list:
103
103
                raise BadFileKindError("cannot add %s of type %s" % (f, kind))
104
104
            else: