From 209e6ce4ddf114494d6d72455690af819dcbf18c Mon Sep 17 00:00:00 2001 From: Torgny Nyblom Date: Tue, 4 May 2010 07:03:14 +0200 Subject: Try and branch from the correct svn revision rather then the last one. --- src/repository.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/repository.h') diff --git a/src/repository.h b/src/repository.h index c00518a..629616b 100644 --- a/src/repository.h +++ b/src/repository.h @@ -20,6 +20,7 @@ #include #include +#include #include "ruleparser.h" @@ -84,6 +85,8 @@ private: QHash branches; QHash annotatedTags; + QHash commitMarks; + QVector exportedCommits; QString name; QProcess fastImport; int commitCount; -- cgit v1.2.1