Before when a command was successfull Err(CommandErrorKind::Ok.into()) was
returned which is an oxymoron. Using Ok(()) when everything is ok seems more
appropriate.
Details
Details
- Reviewers
Alphare indygreg - Group Reviewers
hg-reviewers - Commits
- rHG227281e76c22: rhg: Do not return error when when we really mean ok in commands
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage