/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 tutorial.txt

  • Committer: Martin Pool
  • Date: 2005-08-29 01:25:00 UTC
  • Revision ID: mbp@sourcefrog.net-20050829012500-36f2d20363be4a53
* move bzr-specific code from testsweet into bzrlib.selftest

* logging from within test suites is now done using python logging, so
  the regular .bzr.log is not cluttered and the results can be easily
  seen if the test fails

* don't capture stdout/stderr while running tests, instead let it leak
  through so that we can see places where the library is doing its own
  output and should be fixed.

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
==============
279
292
a copy.  Because this new copy is potentially a new branch, the
280
293
command is called *branch*::
281
294
 
282
 
    % bzr branch http://bazaar-ng.org/bzr/main ./bzr-main
283
 
    % cd bzr-main
 
295
    % bzr branch http://bazaar-ng.org/bzr/bzr.dev 
 
296
    % cd bzr.dev
284
297
 
285
298
This copies down the complete history of this branch, so we can
286
299
do all operations on it locally: log, annotate, making and merging