Tutorial error
Eric Sandall
eric at sandall.us
Sat Jun 11 05:14:27 BST 2005
In the tutorial[0] section "Introducing yourself to bzr" there is this
tidbit:
% mkdir ~/.bzr.conf
% echo "Joe Hacker " < ~/.bzr.conf/email
That last part should be
% echo "Joe Hacker <jhacker at gnu.org>" > ~/.bzr.conf/email
Note the greater-than instead of less-than redirect, the inclusion of an
e-mail address, and no space (AFAIK) is needed after the name/address.
e.g.
$ mkdir ~/.bzr.conf
$ echo "Eric Sandall <eric at sandall.us>" > ~/.bzr.conf/email
$ bzr whoami
Eric Sandall <eric at sandall.us>
-sandalle
[0] http://www.bazaar-ng.org/tutorial.html
--
Eric Sandall | Source Mage GNU/Linux Developer
eric at sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @
WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the bazaar
mailing list