I find it hard to understand what value to pass for all the arguments
to merge.update(). I would like to introduce functions that are more
specific to each use-case. We already have graft(). This patch
introduces a clean_update() and uses it in some places to show that
it works.
Details
Details
- Reviewers
durin42 marmoute - Group Reviewers
hg-reviewers - Commits
- rHGf546d2170b0f: merge: introduce a clean_update() for that use-case
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/merge.py | ||
---|---|---|
2600 | The idea is great (I also always scratch my head at merge.update. However can we can some solide documentation about what this function does ? |
mercurial/merge.py | ||
---|---|---|
2600 | Oh, of course we should. I added a sentence. I'm not sure if you consider that solid. Let me know what's missing otherwise. |
The idea is great (I also always scratch my head at merge.update. However can we can some solide documentation about what this function does ?