/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: Martin
  • Date: 2018-08-21 00:53:34 UTC
  • mto: This revision was merged to the branch mainline in revision 7074.
  • Revision ID: gzlist@googlemail.com-20180821005334-e1ogxakojyybpwib
Fix recursion check in C bencode implementation

Hard to get Cython to do the right thing but by inverting the
return code can use the standard except handling.

Avoid going through a Python call when encoding, which requires
the encode recursion check to work too.

Adjust tests to use a smaller limit to be more managable.

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
 
  bzr annotate readme.txt
 
11
  brz 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 Bazaar provide graphical tools for
26
 
viewing annotation information. For example, the bzr-gtk plugin
 
25
The various GUI plugins for Breezy provide graphical tools for
 
26
viewing annotation information. For example, the brz-gtk plugin
27
27
provides a GUI tool for this that can be launched using the
28
28
``gannotate`` command::
29
29
 
30
 
  bzr gannotate readme.txt
 
30
  brz 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)