~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Aaron Bentley
  • Date: 2007-02-12 17:41:48 UTC
  • mto: (2230.3.47 branch6)
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: abentley@panoramicfeedback.com-20070212174148-f7w2am2wcoj71i7c
Update docs per Martin's suggestion

Show diffs side-by-side

added added

removed removed

Lines of Context:
960
960
class BzrBranchFormat6(BzrBranchFormat5):
961
961
    """Branch format with last-revision
962
962
 
963
 
    Unlike previous formats, this has no explicit revision history, instead
964
 
    the left-parent revision history is used.
 
963
    Unlike previous formats, this has no explicit revision history. Instead,
 
964
    this just stores the last-revision, and the left-hand history leading
 
965
    up to there is the history.
 
966
 
 
967
    This format was introduced in bzr 0.15
965
968
    """
966
969
 
967
970
    def get_format_string(self):