最初の tagの後で, キャンディスは普通の方法で自分のブランチに 変更をコミットすることができます。
彼女は hw.c を編集したとします。すると ( 一部だけ抜粋すると):
% cat hw.c
[...]
void
hello_world (void)
{
(void)printf ("hello, world\n");
}
[...]
そして、彼女はログメッセージを用意します:
% cat ++log.hello-world--candice--0.1--lord@emf.net--2003-candice
Summary: Punctuated the output correctly
Keywords:
このプログラムは "hello word"の代わりに "hello, world" と表示するでしょう。
これで彼女は普通の方法でコミットすることができ、自分自身のpatch-1リビジョン を作ることができます:
% larch commit
[....]
% larch revisions --summary hello-world--candice--0.1
base-0
tag of \
lord@emf.net--2003-example/hello-world--mainline--0.1--patch-1
patch-1
Punctuated the output correctly