##// END OF EJS Templates
shelve: make unshelve not crash when there are missing files (issue4176)...
shelve: make unshelve not crash when there are missing files (issue4176) This patch makes it possible to unshelve while having missing files in your repo as long as shelved changes don't touch those missing files. It also makes error message better otherwise.

File last commit:

r28450:155e3308 default
r30846:dfc6663f stable
Show More
__init__.py
3 lines | 105 B | text/x-python | PythonLexer
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)