# HG changeset patch # User Matt Mackall # Date 1373588813 18000 # Node ID 02465cafb0a9cdb363b08f3e59c2bc8d13b5f3be # Parent f7bcc2e5627932f3b21a5c2751542866f1fe95e3 share: remove reference to tip diff -r f7bcc2e56279 -r 02465cafb0a9 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)