Show More
@@ -61,6 +61,12 b' class bmstore(dict):' | |||
|
61 | 61 | raise |
|
62 | 62 | |
|
63 | 63 | def getbkfile(self, repo): |
|
64 | """Hook so that extensions that mess with the store can hook bm storage. | |
|
65 | ||
|
66 | For core, this just handles wether we should see pending | |
|
67 | bookmarks or the committed ones. Other extensions (like share) | |
|
68 | may need to tweak this behavior further. | |
|
69 | """ | |
|
64 | 70 | bkfile = None |
|
65 | 71 | if 'HG_PENDING' in os.environ: |
|
66 | 72 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now