Mercurial > hg
log tests/test-ctxmanager.py @ 33116:6c113a7dec52
age | author | description |
---|---|---|
Sat, 13 May 2017 11:52:44 -0700 | Gregory Szorc | tests: use context manager form of assertRaises |
Tue, 05 Apr 2016 23:13:52 +0900 | Yuya Nishihara | test-ctxmanager: stop direct symbol import of mercurial.util |
Thu, 14 Jan 2016 09:31:03 -0800 | Bryan O'Sullivan | test-ctxmanager: fix Python 2.6 compatibility problem |
Thu, 14 Jan 2016 09:31:01 -0800 | Bryan O'Sullivan | util: rename ctxmanager's __call__ method to enter |
Mon, 11 Jan 2016 15:25:43 -0800 | Bryan O'Sullivan | util: introduce ctxmanager, to avoid nested try/finally blocks |