]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.h
remove the source branch in the rules
[svn-all-fast-export.git] / src / repository.h
index 4160d3faf9a3ba48b255edde2c64a2e3a2bacf18..2cee3f25cded7d9462c7c7b8538c1ac525f16e67 100644 (file)
@@ -63,12 +63,13 @@ public:
     ~Repository();
 
     void reloadBranches();
+    void createBranch(const QString &branch, int revnum,
+                      const QString &branchFrom, int revFrom);
     Transaction *newTransaction(const QString &branch, const QString &svnprefix, int revnum);
 
 private:
     struct Branch
     {
-        QString branchFrom;
         bool isCreated;
     };
 
This page took 0.02554 seconds and 4 git commands to generate.