# HG changeset patch # User Matt Mackall # Date 2014-09-29 21:42:12 # Node ID c712238c4f9b46fb2e5e2b3228a39eec1592d858 # Parent 6e1fbcb18a75e9cc7d3a88ec9461aa31fac6e3ad help: fix typo in log examples diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4153,7 +4153,7 @@ def log(ui, repo, *pats, **opts): 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)"