[issue14479] Replace transplant with graft in devguide

2012-07-02 Thread Éric Araujo
É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). -- ___

[issue14479] Replace transplant with graft in devguide

2012-04-02 Thread Roundup Robot
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:

[issue14479] Replace transplant with graft in devguide

2012-04-02 Thread Antoine Pitrou
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