hgext/obsolete.py
branchstable
changeset 415 ea7f2a4ad530
parent 409 c4cc1d5eba7a
child 416 22f348c25d25
equal deleted inserted replaced
414:299af91b8b6e 415:ea7f2a4ad530
    40 was the simpler solution for now.
    40 was the simpler solution for now.
    41 
    41 
    42 New commands
    42 New commands
    43 ------------
    43 ------------
    44 
    44 
    45 Note that rebased changesets are not marked obsolete rather than being stripped
    45 Note that rebased changesets are now marked obsolete instead of being stripped.
    46 In this experimental extensions, this is done forcing the --keep option. Trying
       
    47 to use the --keep option of rebase with this extensionn this experimental
       
    48 extension will cause such a call to abort. Until better releasen please use
       
    49 graft command to rebase and copy changesets.
       
    50 
    46 
    51 Context object
    47 Context object
    52 --------------
    48 --------------
    53 
    49 
    54 Context gains a ``obsolete`` method that will return True if a changeset is
    50 Context gains a ``obsolete`` method that will return True if a changeset is