aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@trolltech.com>2007-12-28 13:42:43 +0100
committerThiago Macieira <thiago.macieira@trolltech.com>2007-12-28 13:47:01 +0100
commitbb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2 (patch)
tree5511b47610c11549ec373cbb5b9ab494f8d5be6f /src/svn.h
parent50cd32a4e9d105a086977bd071fda0a3401bc27d (diff)
downloadsvn2git-bb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2.tar
svn2git-bb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2.tar.gz
svn2git-bb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2.tar.bz2
svn2git-bb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2.tar.xz
svn2git-bb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2.zip
Implement the identity map
Diffstat (limited to 'src/svn.h')
-rw-r--r--src/svn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svn.h b/src/svn.h
index c878428..fea3fb0 100644
--- a/src/svn.h
+++ b/src/svn.h
@@ -35,6 +35,7 @@ public:
void setMatchRules(const QList<Rules::Match> &matchRules);
void setRepositories(const QHash<QString, Repository *> &repositories);
+ void setIdentityMap(const QHash<QByteArray, QByteArray> &identityMap);
int youngestRevision();
bool exportRevision(int revnum);