##// END OF EJS Templates
histedit: fix grammar in cleanupnode comment
timeless@mozdev.org -
r26203:b764f3c6 default
parent child Browse files
Show More
@@ -1129,7 +1129,7 b' def cleanupnode(ui, repo, name, nodes):'
1129 try:
1129 try:
1130 lock = repo.lock()
1130 lock = repo.lock()
1131 # do not let filtering get in the way of the cleanse
1131 # do not let filtering get in the way of the cleanse
1132 # we should probably get ride of obsolescence marker created during the
1132 # we should probably get rid of obsolescence marker created during the
1133 # histedit, but we currently do not have such information.
1133 # histedit, but we currently do not have such information.
1134 repo = repo.unfiltered()
1134 repo = repo.unfiltered()
1135 # Find all nodes that need to be stripped
1135 # Find all nodes that need to be stripped
General Comments 0
You need to be logged in to leave comments. Login now