Show More
@@ -1553,7 +1553,8 b' def clone(ui, source, dest=None, **opts)' | |||||
1553 | branch=opts.get('branch'), |
|
1553 | branch=opts.get('branch'), | |
1554 | shareopts=opts.get('shareopts'), |
|
1554 | shareopts=opts.get('shareopts'), | |
1555 | storeincludepats=includepats, |
|
1555 | storeincludepats=includepats, | |
1556 |
storeexcludepats=excludepats |
|
1556 | storeexcludepats=excludepats, | |
|
1557 | depth=opts.get('depth') or None) | |||
1557 |
|
1558 | |||
1558 | return r is None |
|
1559 | return r is None | |
1559 |
|
1560 |
General Comments 0
You need to be logged in to leave comments.
Login now