summaryrefslogtreecommitdiff
path: root/t/t9150-svk-mergetickets.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-10-26git-svn: convert SVK merge tickets to extra parentsLibravatar Sam Vilain1-0/+23
SVK is a simple case to start with, as its idea of merge parents matches git's one. When a svk:merge ticket is encountered, check each of the listed merged revisions to see if they are in the history of this commit; if not, then we have encountered a merge - record it. [ew: minor formatting cleanups] Signed-off-by: Sam Vilain <sam.vilain@catalyst.net.nz> Acked-by: Eric Wong <normalperson@yhbt.net>