~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/undoing_mistakes.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-26 07:39:08 UTC
  • mfrom: (4054.1.1 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20090226073908-1fjp24b0llwqc0l7
(mbp, trivial) typos in documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
Dropping the revision history for a project
11
11
-------------------------------------------
12
12
 
13
 
If you accidently put the wrong tree under version control, simply
 
13
If you accidentally put the wrong tree under version control, simply
14
14
delete the ``.bzr`` directory.
15
15
 
16
16
Deregistering a file or directory
17
17
---------------------------------
18
18
 
19
 
If you accidently register a file using ``add`` that you
 
19
If you accidentally register a file using ``add`` that you
20
20
don't want version controlled, you can use the ``remove``
21
21
command to tell Bazaar to forget about it.
22
22