share: remove reference to tip
authorMatt Mackall <mpm@selenic.com>
Thu, 11 Jul 2013 19:26:53 -0500
changeset 19399 02465cafb0a9
parent 19398 f7bcc2e56279
child 19400 61c93ef8302e
share: remove reference to tip
hgext/share.py
--- a/hgext/share.py	Thu Jul 11 19:26:34 2013 -0500
+++ b/hgext/share.py	Thu Jul 11 19:26:53 2013 -0500
@@ -24,8 +24,7 @@
        with rollback, the other clone will suddenly stop working: all
        operations will fail with "abort: working directory has unknown
        parent". The only known workaround is to use debugsetparents on
-       the broken clone to reset it to a changeset that still exists
-       (e.g. tip).
+       the broken clone to reset it to a changeset that still exists.
     """
 
     return hg.share(ui, source, dest, not noupdate)