Changes between Version 6 and Version 7 of EmacsInterface/Undo


Ignore:
Timestamp:
May 25, 2012, 2:41:13 PM (13 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmacsInterface/Undo

    v6 v7  
    3737conflicts with newer changes after that, similarly to the simple case at refactoring conflicts. 
    3838 
     39==== Examples of behaviour ==== 
     40We give two examples, for showing the behaviour of the merging 
     41algorithm of the conflicts. 
    3942 
     43Example 1. (see picture: Example 1 - Merge) 
     44 
     451. we move the ''pzip'' function from module ''from'' to 
     46 module ''xlists'' 
     472. we edit the module ''xlists'' after refactoring in area, that 
     48 is not affected by refactoring (''flatsort'') 
     493. then we undo the refactoring in the module ''from'': merge is 
     50 successful, the edited text is unchanged 
     51 
     52Example 2. (see picture: Example 2- Conflict) 
     53 
     541. we move the ''pzip'' function from module ''from'' to module ''xlists'' 
     552. item we edit the module {\em xlists} after refactoring in area, that is affected  
     56by refactoring (''pzip'') 
     573. then we undo the refactoring in the module ''from'': conflict arises, the change by editing is rejected 
     58