/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 bzrlib/commit.py

  • Committer: Aaron Bentley
  • Date: 2005-10-04 13:23:23 UTC
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1419.
  • Revision ID: abentley@panoramicfeedback.com-20051004132323-e99cdc0ae42d60c6
Removed crude language

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
            mutter('commit parent revision {%s}', parent_id)
312
312
            if not self.branch.has_revision(parent_id):
313
313
                if parent_id == self.branch.last_revision():
314
 
                    warning("parent is pissing %r", parent_id)
 
314
                    warning("parent is missing %r", parent_id)
315
315
                    raise HistoryMissing(self.branch, 'revision', parent_id)
316
316
                else:
317
317
                    mutter("commit will ghost revision %r", parent_id)