Changeset 1314 in tailor for vcpx/repository/darcs/source.py


Ignore:
Timestamp:
01/14/07 12:22:31 (6 years ago)
Author:
lele@…
Hash name:
20070114112231-97f81-2407757c39ee19926be82e06bd23ffe5b533da4a
Message:

Force UTC to make the test work everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/darcs/source.py

    r1311 r1314  
    207207                cset.darcs_hash = self.current['hash'] 
    208208                if self.darcsdiff: 
    209                     cset.unidiff = self.darcsdiff.execute( 
     209                    cset.unidiff = self.darcsdiff.execute(TZ='UTC', 
    210210                        stdout=PIPE, patchname=cset.revision)[0].read() 
    211211 
Note: See TracChangeset for help on using the changeset viewer.