changeset 763 | 966e2659e989 |
parent 762 | 942aabaa8a8e |
child 776 | 7eaad1101242 |
--- a/hgext/evolve.py Tue Oct 22 11:16:55 2013 +0200 +++ b/hgext/evolve.py Thu Oct 24 10:42:50 2013 +0200 @@ -569,6 +569,7 @@ # XXX this could wrap transaction code # XXX (but this is a bit a layer violation) @eh.wrapcommand("commit") +@eh.wrapcommand("import") @eh.wrapcommand("push") @eh.wrapcommand("pull") @eh.wrapcommand("graft")