# HG changeset patch # User Martin Geisler # Date 2011-12-15 10:13:38 # Node ID dc5d1394ecd1ca252a536fca6f97ed59bfb32d50 # Parent 5b66e55c0d938a524c0b6e933010c7a5f728bc30 status: add missing ":" to help text diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -5125,7 +5125,8 @@ def status(ui, repo, *pats, **opts): Examples: - - show changes in the working directory relative to a changeset: + - show changes in the working directory relative to a + changeset:: hg status --rev 9353