# HG changeset patch # User Pierre-Yves David # Date 2015-12-06 07:06:03 # Node ID ba5f20450b10c4ca1f89dca10c1d8a68a7d129ee # Parent bdcbec65750ba9086bee0ca66d539440c2398532 test: update the docstring of 'test-devel-warnings.t' extension We are testing more than just locks now. diff --git a/tests/test-devel-warnings.t b/tests/test-devel-warnings.t --- a/tests/test-devel-warnings.t +++ b/tests/test-devel-warnings.t @@ -1,6 +1,6 @@ $ cat << EOF > buggylocking.py - > """A small extension that acquire locks in the wrong order + > """A small extension that tests our developer warnings > """ > > from mercurial import cmdutil, repair, revset