mercurial/context.py
changeset 21669 c0620ccc16ef
parent 21668 4ed3e5725eda
child 21670 3397666d32cf
--- a/mercurial/context.py	Thu Aug 15 15:04:36 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:04:55 2013 -0500
@@ -1578,9 +1578,6 @@
             self._text = editor(self._repo, self, [])
             self._repo.savecommitmessage(self._text)
 
-    def __nonzero__(self):
-        return True
-
     def __getitem__(self, key):
         return self.filectx(key)