comparison COPYING @ 1632:498329a3c900 stable

evolve: Fix crash when reading docstring Before this patch, hg evolve --divergent could crash when looking for docstring of function of merge.update. We were checking the docstring to work properly with older version of Mercurial. It could crash if an extension would wrap merge.update without keeping the docstring. This patch fixes the crash.
author Juntao Li <juntaoli@fb.com>
date Thu, 17 Mar 2016 17:03:51 -0700
parents e585303fbc5c
children 143c8e4dc22d
comparison
equal deleted inserted replaced
1622:d49f4ad04fbd 1632:498329a3c900