Changeset 2040d5f in mainline


Ignore:
Timestamp:
2014-05-04T20:31:28Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
378bf85
Parents:
a4fbb13c
Message:

fix corner case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/bazaar/bzreml/__init__.py

    ra4fbb13c r2040d5f  
    135135                               
    136136                                repo_name = os.path.basename(branch.base)
     137                                if (repo_name == ''):
     138                                        repo_name = os.path.basename(os.path.dirname(branch.base))
     139                               
    137140                                committer = revision_ac.committer
    138141                                authors = revision_ac.get_apparent_authors()
Note: See TracChangeset for help on using the changeset viewer.