Show More
@@ -24,8 +24,7 b' def share(ui, source, dest=None, noupdat' | |||||
24 | with rollback, the other clone will suddenly stop working: all |
|
24 | with rollback, the other clone will suddenly stop working: all | |
25 | operations will fail with "abort: working directory has unknown |
|
25 | operations will fail with "abort: working directory has unknown | |
26 | parent". The only known workaround is to use debugsetparents on |
|
26 | parent". The only known workaround is to use debugsetparents on | |
27 | the broken clone to reset it to a changeset that still exists |
|
27 | the broken clone to reset it to a changeset that still exists. | |
28 | (e.g. tip). |
|
|||
29 | """ |
|
28 | """ | |
30 |
|
29 | |||
31 | return hg.share(ui, source, dest, not noupdate) |
|
30 | return hg.share(ui, source, dest, not noupdate) |
General Comments 0
You need to be logged in to leave comments.
Login now