Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rengaqck/dac84c1608ab0ee06bb1b3972c20ab9b to your computer and use it in GitHub Desktop.

Select an option

Save rengaqck/dac84c1608ab0ee06bb1b3972c20ab9b 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://hg@bitbucket.org/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