##// END OF EJS Templates
absorb: update help text...
absorb: update help text Update the help text to reflect the recent changes to absorb in D4999. The `-p` option actually only affects the `-a` option: without `-a`, the changes are printed; with `-a` the changes are only printed if `-p` is specified. Reword the help text for `-p` to reflect this. Differential Revision: https://phab.mercurial-scm.org/D5022

File last commit:

r28450:155e3308 default
r40246:8f192f2c default
Show More
__init__.py
3 lines | 105 B | text/x-python | PythonLexer
Pierre-Yves David
hgext: officially turn 'hgext' into a namespace package...
r28450 from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)