Geekboy

Untitled

Nov 11th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. C:\Users\geek>hg
  2. Mercurial Distributed SCM
  3.  
  4. basic commands:
  5.  
  6. add add the specified files on the next commit
  7. annotate show changeset information by line for each file
  8. clone make a copy of an existing repository
  9. commit commit the specified files or all outstanding changes
  10. diff diff repository (or selected files)
  11. export dump the header and diffs for one or more changesets
  12. forget forget the specified files on the next commit
  13. init create a new repository in the given directory
  14. log show revision history of entire repository or files
  15. merge merge working directory with another revision
  16. pull pull changes from the specified source
  17. push push changes to the specified destination
  18. remove remove the specified files on the next commit
  19. serve start stand-alone webserver
  20. status show changed files in the working directory
  21. summary summarize working directory state
  22. update update working directory (or switch revisions)
  23.  
  24. use "hg help" for the full list of commands or "hg -v" for details
Advertisement
Add Comment
Please, Sign In to add comment