Show More
@@ -1902,7 +1902,10 def savename(path): | |||||
1902 | return newpath |
|
1902 | return newpath | |
1903 |
|
1903 | |||
1904 | def push(ui, repo, patch=None, **opts): |
|
1904 | def push(ui, repo, patch=None, **opts): | |
1905 |
"""push the next patch onto the stack |
|
1905 | """push the next patch onto the stack | |
|
1906 | ||||
|
1907 | When --force is applied, all local changes in patched files will be lost. | |||
|
1908 | """ | |||
1906 | q = repo.mq |
|
1909 | q = repo.mq | |
1907 | mergeq = None |
|
1910 | mergeq = None | |
1908 |
|
1911 |
General Comments 0
You need to be logged in to leave comments.
Login now