This creates a seperate function continuetransplant()
containing logic for resuming transplant from interrupted
state.
continuetransplant() is then registered as continuefunc
for state detection API.
Results are shown in tests.
pulkit |
hg-reviewers |
This creates a seperate function continuetransplant()
containing logic for resuming transplant from interrupted
state.
continuetransplant() is then registered as continuefunc
for state detection API.
Results are shown in tests.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
hgext/transplant.py | ||
---|---|---|
737 | let's name this function continue only as it's in transplant.py and a continue implies that we are continuing transplant. |