mercurial/utils/__init__.py
author Zharaskhan Aman <aman.zharaskhan@gmail.com>
Fri, 05 Oct 2018 01:55:51 +0300
changeset 40081 a4d62ff9a86d
parent 36607 c6061cadb400
permissions -rw-r--r--
obsolete: fix ValueError when stored note contains ':' char (issue5783) The newer version of `amend -n 'Some some'` accepts containing ':' char. The information contained in this note 'Testing::Obstore' gives ValueError, because we are trying to store more than 2 values in key and value. Differential Revision: https://phab.mercurial-scm.org/D4883 Differential Revision: https://phab.mercurial-scm.org/D4882
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: