Show More
@@ -1902,7 +1902,10 b' def savename(path):' | |||
|
1902 | 1902 | return newpath |
|
1903 | 1903 | |
|
1904 | 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 | 1909 | q = repo.mq |
|
1907 | 1910 | mergeq = None |
|
1908 | 1911 |
General Comments 0
You need to be logged in to leave comments.
Login now