Build a Tree of commits (at least prep it) #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tree_builder"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The test isn't asserting anything atm, but the output is this (e.g. it connects the revisions that share the same files)
@ -0,0 +12,4 @@
def run(self):
db = DB()
cur = db.cursor()
with
context?@ -147,2 +149,4 @@
db.conn.commit()
def find_linked_revs(self, db):
cur = db.cursor()
with