Changeset 735 in tailor


Ignore:
Timestamp:
09/02/05 01:01:44 (8 years ago)
Author:
lele@…
Hash name:
20050901230144-97f81-1888689b21f38cd0387eeed405c2c355de95a80d
Message:

Fix format of date passed to mercurial commit
Mercurial's "datecode" is "unix-seconds-from-epoch offset", both integers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/hg.py

    r671 r735  
    5353        cmd = [self.repository.HG_CMD, "commit", "-u", author, 
    5454               "-l", "%(logfile)s", 
    55                "-d", "%(time)s UTC"] 
     55               "-d", "%(time)d 0"] 
    5656        c = ExternalCommand(cwd=self.basedir, command=cmd) 
    5757 
Note: See TracChangeset for help on using the changeset viewer.