~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Ian Clatworthy
  • Date: 2007-10-25 06:17:57 UTC
  • mto: (2940.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2941.
  • Revision ID: ian.clatworthy@internode.on.net-20071025061757-mak2y7k5u0qgffkj
more review feedback from lifeless and poolie

Show diffs side-by-side

added added

removed removed

Lines of Context:
1677
1677
 
1678
1678
    def get_format_string(self):
1679
1679
        """See RepositoryFormat.get_format_string()."""
1680
 
        return "Bazaar Packs Containing Knits Format (bzr 0.92)\n"
 
1680
        return "Bazaar pack repository format 1 (needs bzr 0.92)\n"
1681
1681
 
1682
1682
    def get_format_description(self):
1683
1683
        """See RepositoryFormat.get_format_description()."""
1722
1722
            
1723
1723
    def get_format_string(self):
1724
1724
        """See RepositoryFormat.get_format_string()."""
1725
 
        return "Bazaar Packs Containing Knits With Subtrees Format (bzr 0.92)\n"
 
1725
        return "Bazaar pack repository format 1 with subtree support (needs bzr 0.92)\n"
1726
1726
 
1727
1727
    def get_format_description(self):
1728
1728
        """See RepositoryFormat.get_format_description()."""