diff options
author | Thiago Macieira <thiago@cassini.local.lan> | 2007-12-24 15:32:49 -0200 |
---|---|---|
committer | Thiago Macieira <thiago@cassini.local.lan> | 2007-12-24 15:32:49 -0200 |
commit | 973fa95b8703cfa2b29933e98a20e1c8b8026c40 (patch) | |
tree | 3881bb95ed1fa1ef7a4be43b0bec7ff07df8b962 /src/repository.h | |
parent | 8a1468fda7259d2d476e142fc1a45c115be4ed75 (diff) | |
download | svn2git-973fa95b8703cfa2b29933e98a20e1c8b8026c40.tar svn2git-973fa95b8703cfa2b29933e98a20e1c8b8026c40.tar.gz svn2git-973fa95b8703cfa2b29933e98a20e1c8b8026c40.tar.bz2 svn2git-973fa95b8703cfa2b29933e98a20e1c8b8026c40.tar.xz svn2git-973fa95b8703cfa2b29933e98a20e1c8b8026c40.zip |
remove the source branch in the rules
Diffstat (limited to 'src/repository.h')
-rw-r--r-- | src/repository.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repository.h b/src/repository.h index b6b0708..2cee3f2 100644 --- a/src/repository.h +++ b/src/repository.h @@ -70,7 +70,6 @@ public: private: struct Branch { - QString branchFrom; bool isCreated; }; |