~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Robert Collins
  • Date: 2005-10-10 08:29:42 UTC
  • mfrom: (1185.15.10)
  • Revision ID: robertc@robertcollins.net-20051010082942-4d1442a783ba926d
bugfix from scott for symlink support when not in the tree root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
Errors and exceptions
179
179
=====================
180
180
 
181
 
Errors are handled through Python exceptions.  They can represent user
182
 
errors, environmental errors or program bugs.  Sometimes we can't be sure
183
 
at the time it's raised which case applies.  See bzrlib/errors.py for 
184
 
details on the error-handling practices.
 
181
[write me]
185
182
 
186
183
 
187
184
Jargon