Fossil SCM
More handling for option --trunk-only.
Commit
a3cd0c3099013266f89fb505e0619069fc58b085
Parent
3bde1a2e2ff4d72…
1 file changed
+1
| --- tools/cvs2fossil/lib/c2f_project.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_project.tcl | ||
| @@ -60,10 +60,11 @@ | ||
| 60 | 60 | return [TheFiles] |
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | delegate method defauthor to myrepository |
| 64 | 64 | delegate method defcmessage to myrepository |
| 65 | + delegate method trunkonly to myrepository | |
| 65 | 66 | |
| 66 | 67 | method defmeta {bid aid cid} { |
| 67 | 68 | return [$myrepository defmeta $myid $bid $aid $cid] |
| 68 | 69 | } |
| 69 | 70 | |
| 70 | 71 |
| --- tools/cvs2fossil/lib/c2f_project.tcl | |
| +++ tools/cvs2fossil/lib/c2f_project.tcl | |
| @@ -60,10 +60,11 @@ | |
| 60 | return [TheFiles] |
| 61 | } |
| 62 | |
| 63 | delegate method defauthor to myrepository |
| 64 | delegate method defcmessage to myrepository |
| 65 | |
| 66 | method defmeta {bid aid cid} { |
| 67 | return [$myrepository defmeta $myid $bid $aid $cid] |
| 68 | } |
| 69 | |
| 70 |
| --- tools/cvs2fossil/lib/c2f_project.tcl | |
| +++ tools/cvs2fossil/lib/c2f_project.tcl | |
| @@ -60,10 +60,11 @@ | |
| 60 | return [TheFiles] |
| 61 | } |
| 62 | |
| 63 | delegate method defauthor to myrepository |
| 64 | delegate method defcmessage to myrepository |
| 65 | delegate method trunkonly to myrepository |
| 66 | |
| 67 | method defmeta {bid aid cid} { |
| 68 | return [$myrepository defmeta $myid $bid $aid $cid] |
| 69 | } |
| 70 | |
| 71 |