Details
Details
- Reviewers
phillco indygreg - Group Reviewers
hg-reviewers - Commits
- rHG0b1230a5a958: rebase: look up default date outside of conclude[memory]node()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
hgext/rebase.py | ||
---|---|---|
449–451 | We could probably write this as date = self.date or ctx.date(), since date values can never be an empty string. But this is strictly equivalent to what came before. So meh. |
We could probably write this as date = self.date or ctx.date(), since date values can never be an empty string. But this is strictly equivalent to what came before. So meh.