i18n-it: readd missing non-ASCII characters
Some accented vowels had disappeared.
i18n-it: avoid using two spaces after a '.'
See http://en.wikipedia.org/wiki/Sentence_spacing to verify that
single spacing is indeed correct.
test-check-code: fix test after
e1359ad582f6
hg.clone: do not ignore branch argument when source is a repo object
This is a revert of
4a70178f9bde. The "bug" mentioned in this changeset is unclear:
hopefully using a test to cover this usage should prevent any bugs.
check-code: add exit status
so that we can use it in a shell command combination and/or in hg hooks.