Mercurial Commands:
- Merging
- hg update default
- hg pull
- hg update
- hg merge branch_name
- hg commit
- hg push
- Creating a new branch
- hg branch branch_name
- hg commit -m “Creating a new branch”
- hg push - - new-branch
- Post a review on one of the published reviews
- hg postreview -i {repositoryId} -e {CodeReviewId}
- To rollback a merge:
- hg update -C .
- Clone a repository:
- hg clone ssh://merc//home/hg/RepoName
- Undo a merge:
- hg update -C -r .
No comments:
Post a Comment