Advertisement
Guest User

Sequence of darcs commands

a guest
Mar 22nd, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. marcio@home:~/dir$ darcs init
  2. marcio@home:~/dir$ touch file
  3. marcio@home:~/dir$ darcs add file
  4. marcio@home:~/dir$ darcs whatsnew
  5. addfile ./file
  6. marcio@home:~/dir$ darcs revert
  7. addfile ./file
  8. Shall I revert this change? (1/1)  [ynW...], or ? for more options: y
  9. Do you really want to revert this change? y
  10. Finished reverting.
  11. marcio@home:~/dir$ darcs whatsnew
  12. No changes!
  13. marcio@home:~/dir$ darcs unrevert
  14. addfile ./file
  15. Shall I unrevert this change? (1/1)  [ynW...], or ? for more options: y
  16. marcio@home:~/dir$ darcs whatsnew
  17. No changes!
  18. marcio@home:~/dir$ darcs record
  19. No changes!
  20. marcio@home:~/dir$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement