Before this patch --cofirm option was throwing the same rebasing
information two times, one before confirmation and one after. Also
added tests to reflect the same behavior.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
This doesn't apply cleanly, could you rebase it?
hgext/rebase.py | ||
---|---|---|
975 | I feel like the functions that accept supprbinfo should grow a docstring or comment that explains what supprbinfo does. (I sort of figured it out, but it took a while.) |
Comment Actions
@durin42 I have made a change in --confirm option https://phab.mercurial-scm.org/D3944 if this functionality (don't prompt if hit a conflict) is acceptable then we don't need this patch (i.e suppressing rebase info). Thanks!
hgext/rebase.py | ||
---|---|---|
975 | yeah, next time I will take care of this. |
I feel like the functions that accept supprbinfo should grow a docstring or comment that explains what supprbinfo does.
(I sort of figured it out, but it took a while.)