##// END OF EJS Templates
hook: set `HGPLAIN=1` for external hooks...
Matt Harbison -
r46753:8fa87bce default
parent child Browse files
Show More
@@ -157,6 +157,7 b' def _exthook(ui, repo, htype, name, cmd,'
157 157 env[b'HG_PENDING'] = repo.root
158 158 env[b'HG_HOOKTYPE'] = htype
159 159 env[b'HG_HOOKNAME'] = name
160 env[b'HGPLAIN'] = b'1'
160 161
161 162 for k, v in pycompat.iteritems(args):
162 163 # transaction changes can accumulate MBs of data, so skip it
General Comments 0
You need to be logged in to leave comments. Login now