Now that we have a common stack definition, use it in the hg histedit command.
Details
Details
- Reviewers
indygreg durin42 - Group Reviewers
hg-reviewers - Commits
- rHG2987726085c6: histedit: use the new stack definition for histedit
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
| mercurial/destutil.py | ||
|---|---|---|
| 345–349 | This means we can mark the default value for this option as None. | |
| mercurial/destutil.py | ||
|---|---|---|
| 356 | Can be return revs.min()? | |
| mercurial/destutil.py | ||
|---|---|---|
| 356 | It seems so and it's much simpler to read. I have sent a follow-up: https://phab.mercurial-scm.org/D3137 | |
This means we can mark the default value for this option as None.