mercurial/interfaces/repository.py
changeset 44304 dbbae122f5e4
parent 44073 b9e174d4ed11
child 44309 c86256bd4eb8
--- a/mercurial/interfaces/repository.py	Mon Feb 03 11:56:02 2020 -0500
+++ b/mercurial/interfaces/repository.py	Mon Feb 03 22:16:36 2020 -0500
@@ -1027,8 +1027,8 @@
     def get(path, default=None):
         """Obtain the node value for a path or a default value if missing."""
 
-    def flags(path, default=b''):
-        """Return the flags value for a path or a default value if missing."""
+    def flags(path):
+        """Return the flags value for a path (default: empty bytestring)."""
 
     def copy():
         """Return a copy of this manifest."""