From 1c4df5aa91b316f89d7c76adf86cebcbee334b09 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 23 Dec 2007 19:12:23 -0200 Subject: Implement the commit transaction --- src/repository.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/repository.h') diff --git a/src/repository.h b/src/repository.h index cd50cdc..c0556c7 100644 --- a/src/repository.h +++ b/src/repository.h @@ -36,16 +36,18 @@ public: }; Repository *repository; - QByteArray branchRef; + QByteArray branch; QByteArray svnprefix; QByteArray author; QByteArray log; uint datetime; int revnum; + int lastmark; QStringList deletedFiles; QHash modifiedFiles; + inline Transaction() {} public: ~Transaction(); void commit(); -- cgit v1.2.1