comparison mercurial/commands.py @ 15633:dc5d1394ecd1 stable

status: add missing ":" to help text
author Martin Geisler <mg@lazybytes.net>
date Thu, 15 Dec 2011 11:13:38 +0100
parents 41885892796e
children 4841035f37b6 32a6e00e4cfe
comparison
equal deleted inserted replaced
15629:5b66e55c0d93 15633:dc5d1394ecd1
5123 5123
5124 .. container:: verbose 5124 .. container:: verbose
5125 5125
5126 Examples: 5126 Examples:
5127 5127
5128 - show changes in the working directory relative to a changeset: 5128 - show changes in the working directory relative to a
5129 changeset::
5129 5130
5130 hg status --rev 9353 5131 hg status --rev 9353
5131 5132
5132 - show all changes including copies in an existing changeset:: 5133 - show all changes including copies in an existing changeset::
5133 5134