mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 23:12:54 +00:00
Update the comment
This commit is contained in:
@@ -143,8 +143,7 @@ class NeonBranch:
|
||||
|
||||
def __str__(self):
|
||||
"""
|
||||
Prints the branch's id with all the predecessors
|
||||
(r) means the branch is a reset one
|
||||
Prints the branch's information with all the predecessors
|
||||
"""
|
||||
return f"{self.id}{f'({self.name})' if self.name and self.name != self.id else ''}{f'(restored_from: {self.restored_from})' if self.restored_from else ''}, parent: {self.parent}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user