~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/setting_up_email.txt

  • Committer: Ian Clatworthy
  • Date: 2007-11-27 21:17:06 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071127211706-871zcqst0yi5tcvl
make fixes suggested by proof-readers

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
You can use the whoami command to set your email globally::
52
52
 
53
 
    % bzr whoami 'Joe Cool <joe@example.com>'
 
53
    % bzr whoami "Joe Cool <joe@example.com>"
54
54
 
55
55
or only for the current branch::
56
56
 
57
 
    % bzr whoami --branch 'Joe Cool <joe@example.com>'
 
57
    % bzr whoami --branch "Joe Cool <joe@example.com>"
58
58
 
59
59
These modify your global ``bazaar.conf`` or branch ``branch.conf`` file, respectively.
60
60