# # # add_file "contrib/mtn_cheat_sheet.svg" # content [7d45be0a47b5ba688178603c576181c5b93e9a29] # # patch "contrib/README" # from [cf73a086bc4de64672ba92c0f5cf47128f0790db] # to [ccc023e05e18cba04e516b2f4b0d594bc55c89c6] # ============================================================ --- contrib/mtn_cheat_sheet.svg 7d45be0a47b5ba688178603c576181c5b93e9a29 +++ contrib/mtn_cheat_sheet.svg 7d45be0a47b5ba688178603c576181c5b93e9a29 @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + Manage Your Workspace + // update your workspace$ mtn update -or-$ mtn up// add files$ mtn add foo bar/baz// remove files$ mtn drop foo -or-$ mtn rm foo// rename files and folders$ mtn rename foo bar -or-$ mtn mv foo bar// revert uncommitted changes $ mtn revert foo bar baz// commit your changes$ mtn commit [FILE [...]] -or-$ mtn ci -m "Log message" [FILE [...]] + + Share With Others + // push to the default server$ mtn push -or-$ mtn push "my.branch*"// pull from the default server$ mtn pull -or-$ mtn pull "my.branch*"// synchronize completly (push & pull)$ mtn sync -or-$ mtn sync "my.branch*"// setup a server $ mtn serve "*"// override the defaults$ mtn push some.server:5432$ mtn pull --db foo.mtn$ mtn sync --db foo.mtn some.server:5432$ mtn serve --bind 5432 "my.branch*" \ --exclude "my.branch.secret" + + ============================================================ --- contrib/README cf73a086bc4de64672ba92c0f5cf47128f0790db +++ contrib/README ccc023e05e18cba04e516b2f4b0d594bc55c89c6 @@ -32,5 +32,5 @@ -- Log2Gxl.java: Removed. Now in branch net.venge.monotone.contrib.monotree + -- mtn_cheat_sheet.svg: A SVG image inspired by Mercurial's QuickStart Guides + (http://people.type-z.org/seb/mercurial/v1.0/) - -