diff options
author | Denis Laxalde <denis.laxalde@logilab.fr> | 2019-10-15 10:26:10 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-16 11:12:57 -0400 |
commit | f721e011aa7e1af7db2f295410ff9c51ce3bbc95 (patch) | |
tree | eff80279b2b22c4f08f60222511b2253b669a2f8 /hg.sr.ht/email.md | |
parent | eec2799df70c31e25f110ecf7f868ffa9f9dc3a2 (diff) | |
download | sr.ht-docs-f721e011aa7e1af7db2f295410ff9c51ce3bbc95.tar.gz |
Suggest usage of --obsolete option for "hg import"
Diffstat (limited to 'hg.sr.ht/email.md')
-rw-r--r-- | hg.sr.ht/email.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hg.sr.ht/email.md b/hg.sr.ht/email.md index a68712b..86c7dcb 100644 --- a/hg.sr.ht/email.md +++ b/hg.sr.ht/email.md @@ -237,6 +237,11 @@ directly to `hg import` and it will download it for you: You can also just run `hg import -` paste the patch into it, followed by Ctrl+D. +If you use the [evolve](https://www.mercurial-scm.org/doc/evolution/) +extension, it is advised to also add the `--obsolete` option to `hg import` +command. This way, the contributor would see their changesets "evolved" when +pulling from the upstream repository. + One applied, you can make these commits available upstream by using [`hg push`][hg-push] normally. Don't forget to send the contributor a thank you email! |