--- 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)