Mercurial > hg-stable
changeset 19399:02465cafb0a9
share: remove reference to tip
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 11 Jul 2013 19:26:53 -0500 |
parents | f7bcc2e56279 |
children | 61c93ef8302e |
files | hgext/share.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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)