Submitter | Dan Villiom Podlaski Christiansen |
---|---|
Date | Jan. 2, 2014, 7:04 p.m. |
Message ID | <f7528d672be5c2c18476.1388689473@dork.local> |
Download | mbox | patch |
Permalink | /patch/3255/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -569,6 +569,7 @@ def wrapmayobsoletewc(origfn, ui, repo, # 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")