##// END OF EJS Templates
rebase: do not cleanup the working copy when --dry-run is used (issue6802)...
rebase: do not cleanup the working copy when --dry-run is used (issue6802) Since we did not touch the working copy, we don't need to clean it up. This will avoid wiping exiting changes out.

File last commit:

r49730:6000f5b2 default
r51292:9f33d12f stable
Show More
__init__.py
3 lines | 67 B | text/x-python | PythonLexer
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)