Next 4.4 External participation Prev

Arch tutor - External participation

However, Tali finds some missing functionality preventing the script to be pipeline-able. She starts her own branch to fix this:

tla my-id 'Tali Cosmic <tali@scientist.com>'
mkdir ~/archives
tla make-archive tali@scientist.com--2004 ~/archives/tali@scientist.com--2004
tla my-default-archive tali@scientist.com--2004

tla tag -S muli@hacker.org--2004/primes--devel--0 primes--pipeline--0
tla join-branch primes--pipeline--0
tla set-tree-version primes--pipeline--0

Tali makes the output header to be optional:

# hack primes, README
tla commit -s 'add --noheader|-n command line option'

And adds an option to print primes one per line:

# hack primes, README
tla commit -s 'add --pipe|-p command line option'

Next Revision Control Systems Prev