[llvm-commits] [llvm] r167459 - /llvm/trunk/docs/Phabricator.rst
Alexey Samsonov
samsonov at google.com
Tue Nov 6 07:04:37 PST 2012
Author: samsonov
Date: Tue Nov 6 09:04:37 2012
New Revision: 167459
URL: http://llvm.org/viewvc/llvm-project?rev=167459&view=rev
Log:
docs: use code font for console commands in phabricator manual
Modified:
llvm/trunk/docs/Phabricator.rst
Modified: llvm/trunk/docs/Phabricator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Phabricator.rst?rev=167459&r1=167458&r2=167459&view=diff
==============================================================================
--- llvm/trunk/docs/Phabricator.rst (original)
+++ llvm/trunk/docs/Phabricator.rst Tue Nov 6 09:04:37 2012
@@ -50,8 +50,8 @@
To get a full diff, use one of the following commands (or just use Arcanist
to upload your patch):
-* git diff -U999999 other-branch
-* svn diff --diff-cmd=diff -x -U999999
+* ``git diff -U999999 other-branch``
+* ``svn diff --diff-cmd=diff -x -U999999``
To upload a new patch:
More information about the llvm-commits
mailing list