|
|
|
|
|
by ezquerra
4609 days ago
|
|
For the record, you don't need to enable the transplant and graphlog extensions anymore. Those are now part of core mercurial: - The transplant extension has become the "graft" core command (do "hg help graft" for more details)
- The graphlog extension functionality has been rolled into the core log command. You must simply use the --graph (or the equivalent -G) flag. |
|
Thanks for the tip.