Closed
Bug 973843
Opened 11 years ago
Closed 11 years ago
On windows use the user profile root rather than documents directory for the bzexport cache
Categories
(Developer Services :: Mercurial: bzexport, defect)
Developer Services
Mercurial: bzexport
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
2.09 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
On Windows the bzexport caches are currently stored at:
C:\Users\username\Documents\.bzexport
C:\Users\username\Documents\.bzexport.cache
This patch makes them be saved to:
C:\Users\username\.bzexport
C:\Users\username\.bzexport.cache
...consistent with the .hgrc and other unix tools configs.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8377487 -
Flags: review?(sphink)
Comment 2•11 years ago
|
||
Comment on attachment 8377487 [details] [diff] [review]
Patch v1
Review of attachment 8377487 [details] [diff] [review]:
-----------------------------------------------------------------
This stuff is a total mystery to me. But r+ anyway, especially since you included a link to make sense of it.
I guess it'll lose the existing files. But I suspect that's all in all a good thing; I'd kind of like to expire the cache entries anyway.
Attachment #8377487 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Other Applications → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•