Bootstrap the module with a function that returns the stack for the current
revision. The definition of the stack is ihnerited from histedit default
revset and used by hg show stack.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG40583c7afd63: stack: add a new module for stack-related commands
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Requires a minor style change. But I like where this is going...
mercurial/stack.py | ||
---|---|---|
10 | Nit: this doesn't following our import conventions. This should be: from . import ( revsetlang, scmutil, ) |
Comment Actions
I assume this stack will get a post-sprint refresh. So I'm going to wait on that before reviewing.
Comment Actions
I don't remember a particular point that needed to be cleaned before merging this series. I think the next steps are to introduce a Stack object, update core commands to works with stacks and introduce new commands related to stacks according to my memories and sprint notes.
Do you have specific in mind that needs to be cleaned that I can't remember?
Nit: this doesn't following our import conventions. This should be: