Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save melvincabatuan/ebd7302a87c98e2b1bd5 to your computer and use it in GitHub Desktop.
Save melvincabatuan/ebd7302a87c98e2b1bd5 to your computer and use it in GitHub Desktop.
hg update --clean -r tip
Abort: outstanding uncommitted changes
$ hg update --clean -r tip
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg merge
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
(branch merge, don't forget to commit)
$ hg commit -m "cleaned and merged"
$ hg push
pushing to ssh://[email protected]/melvin_cabatuan/cprogrammingtour
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 22 changes to 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment