##// END OF EJS Templates
mq: fix typo in docstring
Stefano Tortarolo -
r13725:6783f47d stable
parent child Browse files
Show More
@@ -2383,7 +2383,7 b' def push(ui, repo, patch=None, **opts):'
2383 When -f/--force is applied, all local changes in patched files
2383 When -f/--force is applied, all local changes in patched files
2384 will be lost.
2384 will be lost.
2385
2385
2386 Return 0 on succces.
2386 Return 0 on success.
2387 """
2387 """
2388 q = repo.mq
2388 q = repo.mq
2389 mergeq = None
2389 mergeq = None
General Comments 0
You need to be logged in to leave comments. Login now