equal
deleted
inserted
replaced
1950 # retract boundary do not alter parent changeset. |
1950 # retract boundary do not alter parent changeset. |
1951 # if a parent have higher the resulting phase will |
1951 # if a parent have higher the resulting phase will |
1952 # be compliant anyway |
1952 # be compliant anyway |
1953 # |
1953 # |
1954 # if minimal phase was 0 we don't need to retract anything |
1954 # if minimal phase was 0 we don't need to retract anything |
1955 phases.retractboundary(self, tr, targetphase, [n]) |
1955 phases.registernew(self, tr, targetphase, [n]) |
1956 tr.close() |
1956 tr.close() |
1957 return n |
1957 return n |
1958 finally: |
1958 finally: |
1959 if tr: |
1959 if tr: |
1960 tr.release() |
1960 tr.release() |