~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/tutorial.txt

  • Committer: Elliot Murphy
  • Date: 2007-04-03 22:58:12 UTC
  • mto: (2382.2.4 doc)
  • mto: This revision was merged to the branch mainline in revision 2397.
  • Revision ID: elliot.murphy@canonical.com-20070403225812-yopxs3blqm1ed1uq
Use double quotes instead of single quotes for bzr whoami examples to keep
windows systems happy. https://answers.launchpad.net/bzr/+ticket/4604

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
 
123
123
    To set a global identity, use::
124
124
 
125
 
    % bzr whoami 'Your Name <email@example.com>'
 
125
    % bzr whoami "Your Name <email@example.com>"
126
126
 
127
127
    If you'd like to use a different address for a specific branch, enter
128
128
    the branch folder and use::
129
129
 
130
 
    % bzr whoami --branch 'Your Name <email@example.com>'
 
130
    % bzr whoami --branch "Your Name <email@example.com>"
131
131
 
132
132
 #. Setting the email address in the ``~/.bazaar/bazaar.conf`` [1]_ by adding the following lines.
133
133
    Please note that  ``[DEFAULT]`` is case sensitive::