mercurial/error.py
changeset 30590 0f865311ae3f
parent 30578 b0ebab239f90
child 31510 0ca00905f769
--- a/mercurial/error.py	Tue Dec 13 14:21:36 2016 +0000
+++ b/mercurial/error.py	Mon Dec 12 08:01:52 2016 +0000
@@ -169,7 +169,7 @@
     """An exception raised during unbundling that indicate a push race"""
 
 class ProgrammingError(RuntimeError):
-    """Raised if a developer has made some mistake"""
+    """Raised if a mercurial (core or extension) developer made a mistake"""
 
 # bundle2 related errors
 class BundleValueError(ValueError):