mercurial/obsolete.py
changeset 33499 0407a51b9d8c
parent 33479 8b48dad66be4
child 33504 5d3ba4395288
--- a/mercurial/obsolete.py	Tue Jul 11 08:52:55 2017 -0700
+++ b/mercurial/obsolete.py	Fri Jul 14 14:22:40 2017 -0700
@@ -991,8 +991,7 @@
     if 'user' not in metadata:
         metadata['user'] = repo.ui.username()
     useoperation = repo.ui.configbool('experimental',
-                                      'evolution.track-operation',
-                                      False)
+        'evolution.track-operation')
     if useoperation and operation:
         metadata['operation'] = operation
     tr = repo.transaction('add-obsolescence-marker')