Changeset 1200 in tailor


Ignore:
Timestamp:
06/30/06 01:51:02 (7 years ago)
Author:
ydirson@…
Hash name:
20060629235102-130f5-a600d60318e6f9ffe95120449367d18ac80f282f
Message:

[git] Preserve initial commit msg on branch in repository mode as well

The criteria to detect if we are dealing with a branch is the existence
of the "branchpoint" parameter, regardless of the way we import branches
(multi-repo or single-repo).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/git.py

    r1199 r1200  
    489489        SynchronizableTargetWorkingDir.importFirstRevision( 
    490490            self, source_repo, changeset, 
    491             initial or self.repository.PARENT_REPO) 
     491            initial or self.repository.BRANCHPOINT) 
Note: See TracChangeset for help on using the changeset viewer.