/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/tsort.py

  • Committer: John Arbash Meinel
  • Date: 2008-01-15 21:00:31 UTC
  • mto: This revision was merged to the branch mainline in revision 3188.
  • Revision ID: john@arbash-meinel.com-20080115210031-7hhwowgkmo2monk8
update MergeSorter.__init__() docstring

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
           found.
240
240
         * revno_sequence: When requested this field provides a sequence of
241
241
             revision numbers for all revisions. The format is:
242
 
             REVNO[[.BRANCHREVNO.REVNO] ...]. BRANCHREVNO is the number of the
 
242
             (REVNO, BRANCHNUM, BRANCHREVNO). BRANCHNUM is the number of the
243
243
             branch that the revno is on. From left to right the REVNO numbers
244
244
             are the sequence numbers within that branch of the revision.
245
245
             For instance, the graph {A:[], B:['A'], C:['A', 'B']} will get