- 
Committer:
John Arbash Meinel
 
- 
Date:
2007-11-27 19:51:08 UTC
 
- 
mto:
This revision was merged to the branch mainline in
revision
3037.
 
- 
Revision ID:
john@arbash-meinel.com-20071127195108-k38ek6apyhxw75fv
 
Address bug #59302 and fix documentation that uses single quotes.
Windows doesn't recognize ' as a quote character.
So documentation should use: bzr foo -m "text" not bzr foo -m 'text'
This patch is just a quick scan of documents for bzr.*', which should
catch most of it.