Guest User

Untitled

a guest
Dec 11th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. =item C<< <change>^ >>, e.g., C<HEAD^^>, C<users_table^3>, C<@beta^2>
  2.  
  3. A suffix C<^> to a symbolic or actual name means the change I<prior> to that
  4. change. Multiple C<^>s indicate multiple prior changes. These can also be
  5. written as C<< ^<n> >>, where C<< <n> >> represents the number of changes to
  6. go back.
  7.  
  8. =item C<< <change>~ >>, e.g., C<ROOT~>, C<foo~~>, C<@bar~4>
  9.  
  10. A suffix C<~> to a symbolic or actual name that means the change I<after> that
  11. change. Multiple C<~>s indicate multiple prior changes. These can also be
  12. written as C<< ~<n> >>, where C<< <n> >> represents the number of changes to
  13. go forward.
Add Comment
Please, Sign In to add comment