[PATCH] templatekw: correct typo in activebookmark documentation

Augie Fackler raf at durin42.com
Wed Jun 24 14:05:58 CDT 2015


On Wed, Jun 24, 2015 at 11:30:08AM -0400, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1435158900 14400
> #      Wed Jun 24 11:15:00 2015 -0400
> # Node ID 1de5b35cecd32a4691d0542d03348c13e5813c95
> # Parent  64ee46ed27022fc1033265f7d08dc48a9c71e91d
> templatekw: correct typo in activebookmark documentation

nice catch, queued

>
> diff --git a/mercurial/templatekw.py b/mercurial/templatekw.py
> --- a/mercurial/templatekw.py
> +++ b/mercurial/templatekw.py
> @@ -228,7 +228,7 @@ def showcurrentbookmark(**args):
>      return showactivebookmark(**args)
>
>  def showactivebookmark(**args):
> -    """:activetbookmark: String. The active bookmark, if it is
> +    """:activebookmark: String. The active bookmark, if it is
>      associated with the changeset"""
>      active = args['repo']._activebookmark
>      if active and active in args['ctx'].bookmarks():
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list