aayjaychan created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  This updates usage example of changeset_obsoleted to reflect the move from
  pretxnclose to txnclose made in 04ef381000a8 
<https://phab.mercurial-scm.org/rHG04ef381000a87ff6fb3c0cc1db89a50a046be71c> 
(hooklib: fix detection of
  successors for changeset_obsoleted).

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D8929

AFFECTED FILES
  hgext/hooklib/changeset_obsoleted.py

CHANGE DETAILS

diff --git a/hgext/hooklib/changeset_obsoleted.py 
b/hgext/hooklib/changeset_obsoleted.py
--- a/hgext/hooklib/changeset_obsoleted.py
+++ b/hgext/hooklib/changeset_obsoleted.py
@@ -13,7 +13,7 @@
   messageidseed = myseed
 
   [hooks]
-  pretxnclose.changeset_obsoleted = \
+  txnclose.changeset_obsoleted = \
     python:hgext.hooklib.changeset_obsoleted.hook
 """
 



To: aayjaychan, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to