Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
I don't follow, but what if the state file was written by old hg client where some new keys
were missing, and read by new client? Perhaps we'll have to support that scenario.
mercurial/state.py | ||
---|---|---|
61 | Nit: no need to make a ProgrammingError translatable. |
Comment Actions
I am going to drop this patch for now so in cases which Yuya mentioned, we can catch the KeyError to realize that key is not available.
Nit: no need to make a ProgrammingError translatable.