Show More
@@ -89,7 +89,7 b' def _usercachedir(ui):' | |||
|
89 | 89 | return os.path.join(home, '.cache', longname) |
|
90 | 90 | else: |
|
91 | 91 | raise error.Abort(_('unknown operating system: %s\n') % os.name) |
|
92 |
raise error.Abort(_('unknown %s usercache location |
|
|
92 | raise error.Abort(_('unknown %s usercache location') % longname) | |
|
93 | 93 | |
|
94 | 94 | def inusercache(ui, hash): |
|
95 | 95 | path = usercachepath(ui, hash) |
General Comments 0
You need to be logged in to leave comments.
Login now