~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2010-03-22 13:37:56 UTC
  • mto: This revision was merged to the branch mainline in revision 5106.
  • Revision ID: jelmer@samba.org-20100322133756-39ht6ynujq3f213c
Update documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1701
1701
            "Called to determine an automatic tag name for a revision."
1702
1702
            "automatic_tag_name is called with (branch, revision_id) and "
1703
1703
            "should return a tag name or None if no tag name could be "
1704
 
            "determined.", (2, 2), None))
 
1704
            "determined. The first non-None tag name returned will be used.",
 
1705
            (2, 2), None))
1705
1706
 
1706
1707
 
1707
1708