Mercurial > hg
comparison tests/test-mq-eol.t @ 30537:4b0e6677eed1
ui: use try..finally in configoverride
@contextmanager almost always have their "yield" inside a try..finally
block. This is because if the calling code inside the activated
context manager raises, the code after the "yield" won't get
executed. A "finally" block, however, will get executed in this
scenario.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 26 Nov 2016 09:14:41 -0800 |
parents | bbf544b5f2e9 |
children | 75be14993fda |
comparison
equal
deleted
inserted
replaced
30536:98d7636c4729 | 30537:4b0e6677eed1 |
---|