~k.h/bzr-visualstudio/trunk

« back to all changes in this revision

Viewing changes to Bazaar/Kind.cs

  • Committer: Klaus Hartke
  • Date: 2007-06-17 21:22:59 UTC
  • mfrom: (1.1.9 bazaar)
  • Revision ID: klaus.hartke@googlemail.com-20070617212259-16ott2aw04m85f3p
Merged BazaarSharp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using System;
 
2
 
 
3
namespace Canonical.Bazaar
 
4
{
 
5
        public enum Kind
 
6
        {
 
7
                Any,
 
8
                File,
 
9
                Directory,
 
10
                SymbolicLink,
 
11
                TreeReference,
 
12
        }
 
13
}
 
 
b'\\ No newline at end of file'