This is an archive of the discontinued Mercurial Phabricator instance.

graft: add test showing --continue not preserving --log passed earlier
ClosedPublic

Authored by pulkit on May 25 2018, 5:44 PM.

Details

Summary

This patch shows that when we do hg graft --continue, the value of --log flag
passed when initial graft was run was not used.

Next patch will fix this and tests will help us in realising that.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.May 25 2018, 5:44 PM
pulkit added a comment.Jun 3 2018, 7:48 AM

Bumping this series for review.

This revision was automatically updated to reflect the committed changes.