log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
blankenberg
>
plink
annotate plink_code_file.py @ 1:
44f3e5c09f01
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Code file
author
blankenberg
date
Tue, 08 Oct 2019 17:50:49 -0400
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
1
44f3e5c09f01
Code file
blankenberg
parents:
diff
changeset
1
def exec_after_process(app, inp_data, out_data, param_dict, tool, stdout, stderr):
44f3e5c09f01
Code file
blankenberg
parents:
diff
changeset
2
for name, data in out_data.items():
44f3e5c09f01
Code file
blankenberg
parents:
diff
changeset
3
if data.has_data():
44f3e5c09f01
Code file
blankenberg
parents:
diff
changeset
4
data.visible = True
44f3e5c09f01
Code file
blankenberg
parents:
diff
changeset
5
app.model.context.add(data)
44f3e5c09f01
Code file
blankenberg
parents:
diff
changeset
6
app.model.context.flush()