/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 doc/en/user-guide/annotating_changes.txt

  • Committer: Richard Wilbur
  • Date: 2016-02-04 19:07:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6618.
  • Revision ID: richard.wilbur@gmail.com-20160204190728-p0zvfii6zase0fw7
Update COPYING.txt from the original http://www.gnu.org/licenses/gpl-2.0.txt  (Only differences were in whitespace.)  Thanks to Petr Stodulka for pointing out the discrepancy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
useful at times to see who created or last changed certain content.
9
9
To do this, using the annotate command like this::
10
10
 
11
 
  brz annotate readme.txt
 
11
  bzr annotate readme.txt
12
12
 
13
13
If you are a pessimist or an optimist, you might prefer to use
14
14
one of built-in aliases for ``annotate``: ``blame`` or ``praise``.
22
22
GUI tools
23
23
---------
24
24
 
25
 
The various GUI plugins for Breezy provide graphical tools for
26
 
viewing annotation information. For example, the brz-gtk plugin
 
25
The various GUI plugins for Bazaar provide graphical tools for
 
26
viewing annotation information. For example, the bzr-gtk plugin
27
27
provides a GUI tool for this that can be launched using the
28
28
``gannotate`` command::
29
29
 
30
 
  brz gannotate readme.txt
 
30
  bzr gannotate readme.txt
31
31
 
32
32
The GUI tools typically provide a much richer display of
33
33
interesting information (e.g. all the changes in each commit)