1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
read <bzr.fi
set quiet
:1 divide
choose bzr-early
write -
feature commit-properties
feature empty-directories
feature multiple-authors
commit refs/heads/master
mark :1
committer Eric S. Raymond <esr@thyrsus.com> 1289147634 -0500
data 14
First commit.
property branch-nick 12 bzr-testrepo
M 644 inline README
data 41
This is a test file in a dummy bzr repo.
choose bzr-late
write -
feature commit-properties
feature empty-directories
feature multiple-authors
commit refs/heads/master
mark :2
committer Eric S. Raymond <esr@thyrsus.com> 1289147718 -0500
data 32
Second commit, tasting editing.
property branch-nick 12 bzr-testrepo
M 644 inline README
data 43
This is a modification of that test file.
renumber
write -
feature commit-properties
feature empty-directories
feature multiple-authors
commit refs/heads/master
mark :1
committer Eric S. Raymond <esr@thyrsus.com> 1289147718 -0500
data 32
Second commit, tasting editing.
property branch-nick 12 bzr-testrepo
M 644 inline README
data 43
This is a modification of that test file.
|