bos@144: $ \textbf{cat > letter.txt < \textbf{Greetings!} bos@144: > \textbf{I am Bryan O'Sullivan, no relation of the former} bos@144: > \textbf{Nigerian dictator Sani Abacha.} bos@144: > \textbf{EOF} hg@302: $ \textbf{hg resolve -m letter.txt} jerojasro@334: hg: unknown command 'resolve' jerojasro@334: Mercurial Distributed SCM jerojasro@334: jerojasro@334: basic commands: jerojasro@334: jerojasro@334: add add the specified files on the next commit jerojasro@334: annotate show changeset information per file line jerojasro@334: clone make a copy of an existing repository jerojasro@334: commit commit the specified files or all outstanding changes jerojasro@334: diff diff repository (or selected files) jerojasro@334: export dump the header and diffs for one or more changesets jerojasro@334: init create a new repository in the given directory jerojasro@334: log show revision history of entire repository or files jerojasro@334: merge merge working directory with another revision jerojasro@334: parents show the parents of the working dir or revision jerojasro@334: pull pull changes from the specified source jerojasro@334: push push changes to the specified destination jerojasro@334: remove remove the specified files on the next commit jerojasro@334: serve export the repository via HTTP jerojasro@334: status show changed files in the working directory jerojasro@334: update update working directory jerojasro@334: jerojasro@334: use "hg help" for the full list of commands or "hg -v" for details bos@144: $ \textbf{hg commit -m 'Send me your money'} bos@144: $ \textbf{hg tip} bos@144: changeset: bos@144: tag: tip bos@144: parent: bos@144: parent: bos@144: user: Bryan O'Sullivan bos@144: bos@144: summary: Send me your money bos@144: