changeset 13:60b3fbefbd0e

Use full command name.
author Martin Geisler <mg@lazybytes.net>
date Sun, 16 Aug 2009 12:08:31 +0200
parents d474c4216b3b
children d36a777f0dd9
files mercurial.tex
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial.tex
+++ b/mercurial.tex
@@ -1,11 +1,9 @@
 \documentclass[t,noamsthm]{beamer}
 
 \usepackage{listings}
-
 \lstdefinelanguage{hgshell}{
   moredelim=[l][\bfseries\color{green!50!black}]{\%},
 }
-
 \lstset{
   language=hgshell,
   basicstyle=\footnotesize\ttfamily,
@@ -435,7 +433,7 @@
 
 Mercurial will list the file as changed:
 \begin{lstlisting}
-% hg stat
+% hg status
 M hello.c
 \end{lstlisting}
 and can list the change: