Changeset 869 in tailor


Ignore:
Timestamp:
10/03/05 13:47:15 (8 years ago)
Author:
lele@…
Hash name:
20051003114715-97f81-c5155da422b90ec8644063058591fbecb652f6db
Message:

Cosmetic change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r868 r869  
    307307 
    308308        if not initial: 
     309            if revision=='HEAD': 
     310                revision = 'COMMITTED' 
    309311            cmd = self.repository.command("log", "--verbose", "--xml", 
    310                                           "--revision", revision=='HEAD' and 'COMMITTED' or revision) 
     312                                          "--revision", revision) 
    311313            svnlog = ExternalCommand(cwd=self.basedir, command=cmd) 
    312314            out, err = svnlog.execute(stdout=PIPE, stderr=PIPE) 
Note: See TracChangeset for help on using the changeset viewer.