[PATCH] histedit: fix grammar in cleanupnode comment
Augie Fackler
raf at durin42.com
Wed Sep 9 14:49:15 UTC 2015
On Tue, Sep 08, 2015 at 08:05:57PM -0500, timeless at mozdev.org wrote:
> # HG changeset patch
> # User timeless at mozdev.org
> # Date 1441758601 14400
> # Tue Sep 08 20:30:01 2015 -0400
> # Node ID a44d49c411ab180ea2e2185ad3a77a1626d7f6f9
> # Parent 7187f6e923d55cf6b7e6910d24645f303db671ee
> histedit: fix grammar in cleanupnode comment
queued, thanks
>
> diff --git a/hgext/histedit.py b/hgext/histedit.py
> --- a/hgext/histedit.py
> +++ b/hgext/histedit.py
> @@ -1129,7 +1129,7 @@
> try:
> lock = repo.lock()
> # do not let filtering get in the way of the cleanse
> - # we should probably get ride of obsolescence marker created during the
> + # we should probably get rid of obsolescence marker created during the
> # histedit, but we currently do not have such information.
> repo = repo.unfiltered()
> # Find all node that need to be stripped
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel
More information about the Mercurial-devel
mailing list