| Server IP : 217.160.0.212 / Your IP : 216.73.217.5 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/go/src/cmd/go/testdata/vcstest/fossil/ |
Upload File : |
handle fossil
env USER=rsc
fossil init --date-override 2017-09-22T01:15:36Z hello.fossil
fossil open --keep hello.fossil
fossil add hello.go
fossil commit --no-prompt --nosign --date-override 2017-09-22T01:19:07Z --comment 'hello world'
fossil timeline --oneline
cmp stdout .fossil-timeline
-- .fossil-timeline --
d4c7dcdc29 hello world
58da0d15e9 initial empty check-in
+++ no more data (2) +++
-- hello.go --
package main
func main() {
println("hello, world")
}