diff options
author | Thiago Macieira <thiago.macieira@trolltech.com> | 2007-12-28 13:42:43 +0100 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@trolltech.com> | 2007-12-28 13:47:01 +0100 |
commit | bb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2 (patch) | |
tree | 5511b47610c11549ec373cbb5b9ab494f8d5be6f /src/svn.h | |
parent | 50cd32a4e9d105a086977bd071fda0a3401bc27d (diff) | |
download | svn2git-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |