diff options
author | Colin Guthrie <colin@mageia.org> | 2014-05-28 23:34:35 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-05-28 23:50:40 +0100 |
commit | 1dbf0a91195c6e8bd4404cc6b922ba35dd5e9b4e (patch) | |
tree | 7369e927673164a656d12a84543dbabfa7873d16 /src/repository.h | |
parent | 3b270cf149ee67bcf2dace4edec34c91abe13bc5 (diff) | |
download | svn2git-1dbf0a91195c6e8bd4404cc6b922ba35dd5e9b4e.tar svn2git-1dbf0a91195c6e8bd4404cc6b922ba35dd5e9b4e.tar.gz svn2git-1dbf0a91195c6e8bd4404cc6b922ba35dd5e9b4e.tar.bz2 svn2git-1dbf0a91195c6e8bd4404cc6b922ba35dd5e9b4e.tar.xz svn2git-1dbf0a91195c6e8bd4404cc6b922ba35dd5e9b4e.zip |
Move the repo renaming to a method for convenience.
This also renames log and marks files.
Diffstat (limited to 'src/repository.h')
-rw-r--r-- | src/repository.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repository.h b/src/repository.h index c5a289b..b0bbff7 100644 --- a/src/repository.h +++ b/src/repository.h @@ -132,6 +132,7 @@ public: }; Repository(const Rules::Repository &rule); Repository(const QString &name, const QString &branchName, int revision); + bool rename(const QString &newName); int setupIncremental(int &cutoff); void restoreLog(); ~Repository(); |