changeset 27353 | 98e59d9e0d77 |
parent 27186 | 34d26e22a2b0 |
child 29424 | f21e0d91d386 |
--- a/hgext/share.py Tue Nov 24 23:03:54 2015 +0900 +++ b/hgext/share.py Sat Dec 12 22:07:40 2015 -0500 @@ -73,7 +73,8 @@ the broken clone to reset it to a changeset that still exists. """ - return hg.share(ui, source, dest, not noupdate, bookmarks) + return hg.share(ui, source, dest=dest, update=not noupdate, + bookmarks=bookmarks) @command('unshare', [], '') def unshare(ui, repo):