/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2007-02-06 23:53:30 UTC
  • mfrom: (2268 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2274.
  • Revision ID: robertc@robertcollins.net-20070206235330-2sy67ccuq0ksubqa
Merge HEAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    This reports on versioned and unknown files, reporting them
122
122
    grouped by state.  Possible states are:
123
123
 
124
 
    added / A
 
124
    added
125
125
        Versioned in the working copy but not in the previous revision.
126
126
 
127
 
    removed / D
 
127
    removed
128
128
        Versioned in the previous revision but removed or deleted
129
129
        in the working copy.
130
130
 
131
 
    renamed / R
 
131
    renamed
132
132
        Path of this file changed from the previous revision;
133
133
        the text may also have changed.  This includes files whose
134
134
        parent directory was renamed.
135
135
 
136
 
    modified / M
 
136
    modified
137
137
        Text has changed since the previous revision.
138
138
 
139
 
    unknown / ?
 
139
    kind changed
 
140
        File kind has been changed (e.g. from file to directory).
 
141
 
 
142
    unknown
140
143
        Not versioned and not matching an ignore pattern.
141
144
 
142
145
    To see ignored files use 'bzr ignored'.  For details in the
143
146
    changes to file texts, use 'bzr diff'.
144
147
    
145
 
    --short gives a one character status flag for each item, similar
146
 
    to the SVN's status command.
 
148
    --short gives a status flags for each item, similar to the SVN's status
 
149
    command.
 
150
 
 
151
    Column 1: versioning / renames
 
152
      + File versioned
 
153
      - File unversioned
 
154
      R File renamed
 
155
      ? File unknown
 
156
      C File has conflicts
 
157
      P Entry for a pending merge (not a file)
 
158
 
 
159
    Column 2: Contents
 
160
      N File created
 
161
      D File deleted
 
162
      K File kind changed
 
163
      M File modified
 
164
 
 
165
    Column 3: Execute
 
166
      * The execute bit was changed
147
167
 
148
168
    If no arguments are specified, the status of the entire working
149
169
    directory is shown.  Otherwise, only the status of the specified