Changeset 1021 in tailor for vcpx/darcs.py


Ignore:
Timestamp:
11/28/05 17:28:14 (7 years ago)
Author:
lele@…
Hash name:
20051128162814-7a6fb-95e4cb727ff057624106b37ee157b74ff584e073
Message:

Strip ending new line and prepend the basedir to the boring file name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r1020 r1021  
    506506                    pname, pvalue = pref.split(' ', 1) 
    507507                    if pname == 'boringfile': 
    508                         boringname = pvalue 
     508                        boringname = join(self.basedir, pvalue[:-1]) 
    509509 
    510510        if not exists(metadir): 
Note: See TracChangeset for help on using the changeset viewer.