~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(mbp, for igc) generate docs using sphinx, and other doc cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
chapter, it is worth noting now that ``uncommit`` restores any pending
98
98
merges. (Running ``bzr status`` after ``uncommit`` will show these.)
99
99
``merge`` can also be used to effectively undo just a selected commit
100
 
earlier in history. For more information on ``merge``, see `Merging changes`_
101
 
in the next chapter and the Bazaar User Reference.
 
100
earlier in history. For more information on ``merge``, see
 
101
`Merging changes <merging_changes.html>`_ in the next chapter and the
 
102
Bazaar User Reference.
102
103
 
103
104
Undoing multiple commits
104
105
------------------------
132
133
This will change your entire tree back to the state as of revision 19,
133
134
which is probably only what you want if you haven't made any new commits
134
135
since then. If you have, the ``revert`` would wipe them out as well. In that
135
 
case, you probably want to use `Reverse cherrypicking`_ instead to
 
136
case, you probably want to use `Reverse cherrypicking
 
137
<advanced_merging.html#reverse-cherrypicking>`_ instead to
136
138
back out the bad fix.
137
139
 
138
140
Note: As an alternative to using an absolute revision number (like 19), you can