]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.h
Fix a bug when committing to two branches of the same repository in the same SVN revision
[svn-all-fast-export.git] / src / repository.h
index 9a4904092052bd56991ef8beca0fcc5a15c9d14f..c5e70fe0b44276065c9ce99f9f482814ed7649ab 100644 (file)
@@ -38,7 +38,6 @@ public:
         QByteArray log;
         uint datetime;
         int revnum;
-        int lastmark;
 
         QStringList deletedFiles;
         QByteArray modifiedFiles;
@@ -73,6 +72,8 @@ private:
     QString name;
     QProcess fastImport;
     int commitCount;
+    int outstandingTransactions;
+    int lastmark;
     bool processHasStarted;
 
     void startFastImport();
This page took 0.025786 seconds and 4 git commands to generate.