.hgrc:
[ui]
Common commands:
hg clone URL # checkout
hg pull # update
hg commit -m "..." # save to local
hg rollback # undo commit
hg push # save to remote
[ui]
username = Richard Baron Penman
verbose = True
merge = internal:merge
Common commands:
hg clone URL # checkout
hg pull # update
hg commit -m "..." # save to local
hg rollback # undo commit
hg push # save to remote
No comments:
Post a Comment