Show More
@@ -114,7 +114,7 b' def strip(ui, repo, nodelist, backup="al' | |||
|
114 | 114 | newbmtarget = repo.revs('sort(heads((::%ld) - (%ld)), -rev)', |
|
115 | 115 | tostrip, tostrip) |
|
116 | 116 | if newbmtarget: |
|
117 | newbmtarget = newbmtarget[0] | |
|
117 | newbmtarget = repo[newbmtarget[0]].node() | |
|
118 | 118 | else: |
|
119 | 119 | newbmtarget = '.' |
|
120 | 120 |
General Comments 0
You need to be logged in to leave comments.
Login now