/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2007-12-10 16:39:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3104.
  • Revision ID: john@arbash-meinel.com-20071210163900-2wo190x3shshcvup
Allow 'bzr commit --author' to take a unicode string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2231
2231
                    "files in the working tree."),
2232
2232
             ListOption('fixes', type=str,
2233
2233
                    help="Mark a bug as being fixed by this revision."),
2234
 
             Option('author', type=str,
 
2234
             Option('author', type=unicode,
2235
2235
                    help="Set the author's name, if it's different "
2236
2236
                         "from the committer."),
2237
2237
             Option('local',