comparison tests/test-devel-warnings.t @ 27270:ba5f20450b10

test: update the docstring of 'test-devel-warnings.t' extension We are testing more than just locks now.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sat, 05 Dec 2015 23:06:03 -0800
parents c88082baf693
children f2cd240f2f7c
comparison
equal deleted inserted replaced
27269:bdcbec65750b 27270:ba5f20450b10
1 1
2 $ cat << EOF > buggylocking.py 2 $ cat << EOF > buggylocking.py
3 > """A small extension that acquire locks in the wrong order 3 > """A small extension that tests our developer warnings
4 > """ 4 > """
5 > 5 >
6 > from mercurial import cmdutil, repair, revset 6 > from mercurial import cmdutil, repair, revset
7 > 7 >
8 > cmdtable = {} 8 > cmdtable = {}