/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: Martin Pool
  • Date: 2007-09-24 06:42:21 UTC
  • mfrom: (2713.2.3 error-exitcode)
  • mto: This revision was merged to the branch mainline in revision 2874.
  • Revision ID: mbp@sourcefrog.net-20070924064221-nu12try0hbilenlj
Return exitcode 4 on internal error

Show diffs side-by-side

added added

removed removed

Lines of Context:
1081
1081
    2. Unrepresentable diff changes (i.e. binary files that we cannot show 
1082
1082
       a diff of).
1083
1083
    3. An error or exception has occurred.
 
1084
    4. An internal error occurred (one that shows a traceback.)
1084
1085
 
1085
1086
Errors are handled through Python exceptions. Exceptions should be defined
1086
1087
inside bzrlib.errors, so that we can see the whole tree at a glance.