it possible that you isn't on a tip
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 06 Jan 2015 21:20:15 +0200
changeset 1660 71e627dc8b8c
parent 1659 7dc153b728f7
child 1661 d5779eaaf875
it possible that you isn't on a tip
hg.rst
--- a/hg.rst	Tue Jan 06 21:19:13 2015 +0200
+++ b/hg.rst	Tue Jan 06 21:20:15 2015 +0200
@@ -440,6 +440,7 @@
 Rebase draft (unpublished) changes over public changes::
 
   $ hg rebase -s 'draft()' -d 'public()'
+  $ hg up  # it possible that you isn't on a tip
 
 Find greatest common ancestor of changesets.
 ============================================