~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to gen_changeset.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-11 06:34:31 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050711063431-bbfe16c39fa98256
gen_changeset.py shouldn't really use a label.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
            delta,
180
180
            starting_rev_id=None,
181
181
            full_remove=False, full_rename=False,
182
 
            base_label = 'BASE', target_label = 'TARGET'):
 
182
            base_label = '', target_label = ''):
183
183
        """
184
184
        :param full_remove: Include the full-text for a delete
185
185
        :param full_rename: Include an add+delete patch for a rename