Mercurial > hg
view mercurial/templates/rss/changelog.tmpl @ 45360:227281e76c22
rhg: Do not return error when when we really mean ok in commands
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.
Differential Revision: https://phab.mercurial-scm.org/D8864
author | Antoine Cezar <antoine.cezar@octobus.net> |
---|---|
date | Tue, 21 Jul 2020 10:39:30 +0200 |
parents | f91e5630ce7e |
children |
line wrap: on
line source
{header} <title>{repo|escape} Changelog</title> <description>{repo|escape} Changelog</description> {entries%changelogentry} </channel> </rss>