/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/developers/HACKING.txt

  • Committer: Jelmer Vernooij
  • Date: 2010-04-11 19:40:23 UTC
  • mto: This revision was merged to the branch mainline in revision 5144.
  • Revision ID: jelmer@samba.org-20100411194023-7iidj17toyv1wskc
Add separate tests for BzrDirs with colocated branch support and 
BzrDirs without.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1053
1053
and on other help topics.  (See ``help_topics.py``.)
1054
1054
 
1055
1055
As for python docstrings, the first paragraph should be a single-sentence
1056
 
synopsis of the command. These are user-visible and should be prefixed with
1057
 
``__doc__ =`` so help works under ``python -OO`` with docstrings stripped.
 
1056
synopsis of the command.
1058
1057
 
1059
1058
The help for options should be one or more proper sentences, starting with
1060
1059
a capital letter and finishing with a full stop (period).