mercurial/obsolete.py
changeset 31476 413b44003462
parent 31018 cb5888c00410
child 32201 4462a981e8df
child 32326 99515353c72a
equal deleted inserted replaced
31475:1b9b00aca8a3 31476:413b44003462
   549                     raise
   549                     raise
   550                 # just build an empty _all list if no obsstore exists, which
   550                 # just build an empty _all list if no obsstore exists, which
   551                 # avoids further stat() syscalls
   551                 # avoids further stat() syscalls
   552                 pass
   552                 pass
   553         return bool(self._all)
   553         return bool(self._all)
       
   554 
       
   555     __bool__ = __nonzero__
   554 
   556 
   555     @property
   557     @property
   556     def readonly(self):
   558     def readonly(self):
   557         """True if marker creation is disabled
   559         """True if marker creation is disabled
   558 
   560