equal
deleted
inserted
replaced
730 b'mirror', |
730 b'mirror', |
731 b'ignore', |
731 b'ignore', |
732 } |
732 } |
733 |
733 |
734 |
734 |
735 @pathsuboption(b'bookmarks.mode', b'bookmarks_mode') |
735 @pathsuboption(b'bookmarks.mode', 'bookmarks_mode') |
736 def bookmarks_mode_option(ui, path, value): |
736 def bookmarks_mode_option(ui, path, value): |
737 if value not in SUPPORTED_BOOKMARKS_MODES: |
737 if value not in SUPPORTED_BOOKMARKS_MODES: |
738 path_name = path.name |
738 path_name = path.name |
739 if path_name is None: |
739 if path_name is None: |
740 # this is an "anonymous" path, config comes from the global one |
740 # this is an "anonymous" path, config comes from the global one |