Antoine Pitrou added the comment: > Why must we mention graft at all? I've never had a need for it. It > seems simpler and just as effective to run `hg import` on the > original patch.
`hg graft` actually works in some cases where `hg import` will fail, because grafting uses the merge logic (so, for example, it is able to recognize that some files were renamed between branches). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue16930> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
