aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.h
diff options
context:
space:
mode:
authorTorgny Nyblom <kde@nyblom.org>2010-05-04 07:03:14 +0200
committerTorgny Nyblom <kde@nyblom.org>2010-05-04 07:03:14 +0200
commit209e6ce4ddf114494d6d72455690af819dcbf18c (patch)
tree41cceab0544d117394bd6fe7b473f8c6d1127fab /src/repository.h
parent80d1c990170ac8771da9607cdcf498f57996a949 (diff)
downloadsvn2git-209e6ce4ddf114494d6d72455690af819dcbf18c.tar
svn2git-209e6ce4ddf114494d6d72455690af819dcbf18c.tar.gz
svn2git-209e6ce4ddf114494d6d72455690af819dcbf18c.tar.bz2
svn2git-209e6ce4ddf114494d6d72455690af819dcbf18c.tar.xz
svn2git-209e6ce4ddf114494d6d72455690af819dcbf18c.zip
Try and branch from the correct svn revision rather then the last one.
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h3
1 files changed, 3 insertions, 0 deletions
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 <QHash>
#include <QProcess>
+#include <QVector>
#include "ruleparser.h"
@@ -84,6 +85,8 @@ private:
QHash<QString, Branch> branches;
QHash<QString, AnnotatedTag> annotatedTags;
+ QHash<int, int> commitMarks;
+ QVector<int> exportedCommits;
QString name;
QProcess fastImport;
int commitCount;