Mercurial > public > mercurial-scm > hg-stable
diff hgext/share.py @ 19399:02465cafb0a9
share: remove reference to tip
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 11 Jul 2013 19:26:53 -0500 |
parents | f0564402d059 |
children | de16c673455b |
line wrap: on
line diff
--- 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)