changeset 22576:c712238c4f9b stable

help: fix typo in log examples
author Matt Mackall <mpm@selenic.com>
date Mon, 29 Sep 2014 16:42:12 -0500
parents 6e1fbcb18a75
children a111e460318a
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Sep 22 23:46:38 2014 +0900
+++ b/mercurial/commands.py	Mon Sep 29 16:42:12 2014 -0500
@@ -4153,7 +4153,7 @@
 
           hg log -T list
 
-      - check if a given changeset is included is a tagged release::
+      - check if a given changeset is included in a tagged release::
 
           hg log -r "a21ccf and ancestor(1.9)"