Show More
@@ -1129,7 +1129,7 b' def cleanupnode(ui, repo, name, nodes):' | |||
|
1129 | 1129 | try: |
|
1130 | 1130 | lock = repo.lock() |
|
1131 | 1131 | # do not let filtering get in the way of the cleanse |
|
1132 |
# we should probably get rid |
|
|
1132 | # we should probably get rid of obsolescence marker created during the | |
|
1133 | 1133 | # histedit, but we currently do not have such information. |
|
1134 | 1134 | repo = repo.unfiltered() |
|
1135 | 1135 | # Find all nodes that need to be stripped |
General Comments 0
You need to be logged in to leave comments.
Login now