334:fe30dc24c9e5 | 335:9438c2ed7732 |
---|---|
366 oldSource = params["OldSource"] | 366 oldSource = params["OldSource"] |
367 | 367 |
368 try: | 368 try: |
369 rope.base.libutils.report_change( | 369 rope.base.libutils.report_change( |
370 self.__project, filename, oldSource) | 370 self.__project, filename, oldSource) |
371 except Exception: | 371 except Exception: # secok |
372 # simply ignore it | 372 # simply ignore it |
373 pass | 373 pass |
374 | 374 |
375 def __processHistory(self, params): | 375 def __processHistory(self, params): |
376 """ | 376 """ |