Changeset 1249 in tailor


Ignore:
Timestamp:
08/16/06 19:53:57 (7 years ago)
Author:
lele@…
Hash name:
20060816175357-97f81-42a94b50659223dd83e0f532bca5b306ffa4132d
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/git/__init__.py

    r1219 r1249  
    8484                    "%s returned status %s" % (str(clone), clone.exit_status)) 
    8585 
    86             renames(join(self.basedir, 'tmp', '.git'), join(self.basedir, '.git') 
     86            renames(join(self.basedir, 'tmp', '.git'), join(self.basedir, '.git')) 
    8787 
    8888            cmd = self.command("reset", "--soft", self.BRANCHPOINT) 
Note: See TracChangeset for help on using the changeset viewer.