~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/generate_ids.py

  • Committer: Aaron Bentley
  • Date: 2010-08-10 19:17:49 UTC
  • mto: (5050.17.2 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: aaron@aaronbentley.com-20100810191749-zvt6qhrkw08o77ps
CommitBuilder user committer, not username in revision-id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
def gen_revision_id(username, timestamp=None):
94
94
    """Return new revision-id.
95
95
 
96
 
    :param username: This is the value returned by config.username(), which is
97
 
        typically a real name, followed by an email address. If found, we will
98
 
        use just the email address portion. Otherwise we flatten the real name,
99
 
        and use that.
 
96
    :param username: The username of the committer, in the format returned by
 
97
        config.username().  This is typically a real name, followed by an
 
98
        email address. If found, we will use just the email address portion.
 
99
        Otherwise we flatten the real name, and use that.
100
100
    :return: A new revision id.
101
101
    """
102
102
    try: