Changeset 4144

Show
Ignore:
Timestamp:
08/14/08 18:42:15 (3 months ago)
Author:
athomas
Message:

Don't explicitly convert the revision to an integer, as it can be an arbitrary
string in other VC backends.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • changelogplugin/0.11/changelog.py

    r2982 r4144  
    3636        if rev is None: 
    3737            rev = repo.get_youngest_rev() 
    38         else: 
    39             rev = int(rev) 
    4038        rev = repo.normalize_rev(rev) 
    4139        path = repo.normalize_path(path)