Fossil SCM
tclfossil, starting with db_ commands
Commit
7f9c5ee722d40275542fe0a0c91e5c0479663fbb
Parent
2f165897f6bdce6…
1 file changed
+7
| --- a/tools/tclfossil/lib/tf_db.tcl | ||
| +++ b/tools/tclfossil/lib/tf_db.tcl | ||
| @@ -0,0 +1,7 @@ | ||
| 1 | +package require Tcl 8.5 | |
| 2 | +package require sqlite3 | |
| 3 | +package require snit | |
| 4 | + | |
| 5 | +snit::ttypemethod open_repository {{name {}}} { | |
| 6 | + } | |
| 7 | +} |
| --- a/tools/tclfossil/lib/tf_db.tcl | |
| +++ b/tools/tclfossil/lib/tf_db.tcl | |
| @@ -0,0 +1,7 @@ | |
| --- a/tools/tclfossil/lib/tf_db.tcl | |
| +++ b/tools/tclfossil/lib/tf_db.tcl | |
| @@ -0,0 +1,7 @@ | |
| 1 | package require Tcl 8.5 |
| 2 | package require sqlite3 |
| 3 | package require snit |
| 4 | |
| 5 | snit::ttypemethod open_repository {{name {}}} { |
| 6 | } |
| 7 | } |