Submitter | Javi Merino |
---|---|
Date | April 19, 2015, 10:51 a.m. |
Message ID | <b41f497d5c77267f8ac1.1429440669@tesla> |
Download | mbox | patch |
Permalink | /patch/8742/ |
State | Accepted |
Headers | show |
Comments
On Sun, 2015-04-19 at 11:51 +0100, Javi Merino wrote: > # HG changeset patch > # User Javi Merino <merino.jav@gmail.com> > # Date 1429439849 -3600 > # Sun Apr 19 11:37:29 2015 +0100 > # Node ID b41f497d5c77267f8ac16b05505e424ba4e073b1 > # Parent 2ee10789d66b9ca500a7bfb1b3e031e04cdc4fb7 > help: fix typo commited -> committed Queued for stable, thanks.
Patch
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -828,7 +828,7 @@ variables it is passed are listed with n ``HG_PHASES_MOVED`` to ``1``, etc. ``txnclose`` - Run after any repository transaction has been commited. At this + Run after any repository transaction has been committed. At this point, the transaction can no longer be rolled back. The hook will run after the lock is released. see ``pretxnclose`` docs for details about available variables.