Skip to content
Snippets Groups Projects
Commit ce4ac5d1 authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

doc: trim newline at the end of exception message

parent 8960fcb7
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
return os.path.join(home, '.cache', longname)
else:
raise error.Abort(_('unknown operating system: %s\n') % os.name)
raise error.Abort(_('unknown %s usercache location\n') % longname)
raise error.Abort(_('unknown %s usercache location') % longname)
def inusercache(ui, hash):
path = usercachepath(ui, hash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment