Show More
@@ -1931,7 +1931,7 b' def clone(ui, source, dest=None, **opts)' | |||||
1931 | def commit(ui, repo, *pats, **opts): |
|
1931 | def commit(ui, repo, *pats, **opts): | |
1932 | """commit changes in the queue repository (DEPRECATED) |
|
1932 | """commit changes in the queue repository (DEPRECATED) | |
1933 |
|
1933 | |||
1934 |
This command is deprecated; use hg |
|
1934 | This command is deprecated; use hg commit --mq instead.""" | |
1935 | q = repo.mq |
|
1935 | q = repo.mq | |
1936 | r = q.qrepo() |
|
1936 | r = q.qrepo() | |
1937 | if not r: |
|
1937 | if not r: |
General Comments 0
You need to be logged in to leave comments.
Login now