~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tutorial.txt

  • Committer: Martin Pool
  • Date: 2005-08-12 15:24:19 UTC
  • Revision ID: mbp@sourcefrog.net-20050812152419-8f65f048a739f44d
- add revert command to tutorial

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
 
170
170
 
171
171
 
 
172
Removing uncommitted changes
 
173
============================
 
174
 
 
175
If you've made some changes and don't want to keep them, use the
 
176
``revert`` command to go back to the previous head version.  It's a
 
177
good idea to use ``bzr diff`` first to see what will be removed. 
 
178
By default the revert command reverts the whole tree; if file or
 
179
directory names are given then only those ones will be affected.
 
180
revert also clears the list of pending merges revisions.
 
181
 
 
182
 
 
183
 
 
184
 
172
185
 
173
186
Ignoring files
174
187
==============