##// END OF EJS Templates
strip: make checklocalchanges() return full status tuple...
strip: make checklocalchanges() return full status tuple By making checklocalchanges() return the full instance of the status class instead of just the first 4 elements of it, we can take advantage of the field names and not require the caller to remember the element indices.
Martin von Zweigbergk -
r22925:68df36ce default
Show More