Guest User

Untitled

a guest
Feb 19th, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. hg commit -m "* add foon* fix bar"
  2.  
  3. changeset: 13:f2c6526e5911
  4. tag: tip
  5. date: Fri Jan 23 23:22:36 2009 +0100
  6. files: foobar.cpp
  7. description:
  8. * add foon*fix bar
  9.  
  10. $ hg commit -m "Did some work
  11. > Now I'm done"
  12.  
  13. $ hg log
  14. changeset: 0:d2dc019450a2
  15. tag: tip
  16. user: Aaron Maenpaa <zacherates@gmail.com>
  17. date: Sat Jan 24 07:46:23 2009 -0500
  18. summary: Did some work
  19.  
  20. $ hg -v log
  21. changeset: 0:d2dc019450a2
  22. tag: tip
  23. user: Aaron Maenpaa <zacherates@gmail.com>
  24. date: Sat Jan 24 07:46:23 2009 -0500
  25. files: work
  26. description:
  27. Did some work
  28. Now I'm done
  29.  
  30. hg commit -l con
  31.  
  32. hg commit -l filename.txt
  33.  
  34. hg commit -m "$(echo -e 'foonbar')"
  35.  
  36. hg commit --message "foo`nbar"
Add Comment
Please, Sign In to add comment