~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-07-14 15:18:01 UTC
  • mto: (1904.2.2 bzr.mbp.release)
  • mto: This revision was merged to the branch mainline in revision 1913.
  • Revision ID: john@arbash-meinel.com-20060714151801-38dffed7343ab5e6
Let Branch.get_parent() return None if parent is not accessible, (bug #52976)

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
      This allows you to parse an email with the bundle inline.
162
162
      (John Arbash Meinel, #49182)
163
163
 
 
164
    * Fix Branch.get_parent() to handle the case when the parent is not 
 
165
      accessible (John Arbash Meinel, #52976)
 
166
 
164
167
  INTERNALS:
165
168
 
166
169
    * Combine the ignore rules into a single regex rather than looping over