diff mercurial/commands.py @ 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 abf4e98b8ff2
children 939ce500c92a
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)"