Changeset 567 in tailor


Ignore:
Timestamp:
08/15/05 03:03:18 (8 years ago)
Author:
lele@…
Hash name:
20050815010318-97f81-4808898db7484a43fc74ab3bc8828ef4c49aa2dd
Message:

Workaround for bzr raising an hard error if one file isn't really changed
This needs further investigation, since I did not understand how it is
possible to start with. But slurping from CVS, almost everything may
happen...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/bzr.py

    r559 r567  
    4747        logmessage.append('') 
    4848 
    49         cmd = [self.repository.BZR_CMD, "commit", "-m", '\n'.join(logmessage)] 
     49        cmd = [self.repository.BZR_CMD, "commit", "--unchanged", 
     50               "-m", '\n'.join(logmessage)] 
    5051        if not entries: 
    5152            entries = ['.'] 
Note: See TracChangeset for help on using the changeset viewer.