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