Éric Araujo added the comment:
The disadvantage of graft is that by default it commits before you can run
tests. Recommending to run “graft --edit” would help (as long as you don’t
close your editor you can go to the repo in another shell).
--
___
Roundup Robot added the comment:
New changeset b1dfbaae4458 by Georg Brandl in branch 'default':
Closes #14479: replace transplant advice with graft
http://hg.python.org/devguide/rev/b1dfbaae4458
--
nosy: +python-dev
resolution: -> fixed
stage: needs patch -> committed/rejected
status:
New submission from Antoine Pitrou :
hg has a new "graft" command that replaces and obsoletes the transplant
extension. The devguide should be changed in that regard.
--
components: Devguide
messages: 157385
nosy: eric.araujo, ezio.melotti, pitrou, r.david.murray
priority: normal
severi