From 43a123c1ae6613b3efeed291fa552ecd909d3acf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:23:18 +0200 Subject: Adding upstream version 1.20.14. Signed-off-by: Daniel Baumann --- src/cmd/go/testdata/vcstest/bzr/hello.txt | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/cmd/go/testdata/vcstest/bzr/hello.txt (limited to 'src/cmd/go/testdata/vcstest/bzr') diff --git a/src/cmd/go/testdata/vcstest/bzr/hello.txt b/src/cmd/go/testdata/vcstest/bzr/hello.txt new file mode 100644 index 0000000..7d06503 --- /dev/null +++ b/src/cmd/go/testdata/vcstest/bzr/hello.txt @@ -0,0 +1,32 @@ +handle bzr + +env BZR_EMAIL='Russ Cox ' + +bzr init-repo . + +bzr init b +cd b +cp ../hello.go . +bzr add hello.go +bzr commit --commit-time='2017-09-21 21:20:12 -0400' -m 'hello world' +bzr push .. +cd .. +rm b + +bzr log +cmp stdout .bzr-log + +-- .bzr-log -- +------------------------------------------------------------ +revno: 1 +committer: Russ Cox +branch nick: b +timestamp: Thu 2017-09-21 21:20:12 -0400 +message: + hello world +-- hello.go -- +package main + +func main() { + println("hello, world") +} -- cgit v1.2.3