Overview
SHA1 Hash: | 41c9b799282596428a1cd142fe2398f3ea887b9f |
---|---|
Date: | 2008-02-01 05:33:21 |
User: | aku |
Comment: | Activated invokation of the fossil command importing a revision. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified tools/cvs2fossil/lib/c2f_fossil.tcl from [31a0efbd8f] to [4e12eb8650].
@@ -113,12 +113,11 @@ lappend cmd -f $frid $fpath log write 2 fossil {** <[format %5d $frid]> = <$flabel>} } # run fossil test-command performing the import. - # set uuid [eval $cmd] - set uuid $label ; # FAKE an uuid for the moment + set uuid [eval $cmd] log write 2 fossil {== $uuid} return $uuid }