tests/missing-comment.hg
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 11 Dec 2019 15:06:09 -0800
changeset 43910 c41ed5d4f770
parent 17064 168cc52ad7c2
permissions -rw-r--r--
config: close file even if we fail to read it If we get an exception from cfg.read(), we would not close the file before this patch. This patch uses a context manager to make sure we close it. Differential Revision: https://phab.mercurial-scm.org/D7626
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17064
168cc52ad7c2 histedit: new extension for interactive history editing
Augie Fackler <raf@durin42.com>
parents:
diff changeset
     1
(binary:application/octet-stream)