Show More
@@ -1879,7 +1879,7 b' def clone(ui, source, dest=None, **opts)' | |||||
1879 | default. Use -p <url> to change. |
|
1879 | default. Use -p <url> to change. | |
1880 |
|
1880 | |||
1881 | The patch directory must be a nested Mercurial repository, as |
|
1881 | The patch directory must be a nested Mercurial repository, as | |
1882 |
would be created by |
|
1882 | would be created by init --mq. | |
1883 | ''' |
|
1883 | ''' | |
1884 | def patchdir(repo): |
|
1884 | def patchdir(repo): | |
1885 | url = repo.url() |
|
1885 | url = repo.url() | |
@@ -1897,7 +1897,7 b' def clone(ui, source, dest=None, **opts)' | |||||
1897 | hg.repository(ui, patchespath) |
|
1897 | hg.repository(ui, patchespath) | |
1898 | except error.RepoError: |
|
1898 | except error.RepoError: | |
1899 | raise util.Abort(_('versioned patch repository not found' |
|
1899 | raise util.Abort(_('versioned patch repository not found' | |
1900 |
' (see |
|
1900 | ' (see init --mq)')) | |
1901 | qbase, destrev = None, None |
|
1901 | qbase, destrev = None, None | |
1902 | if sr.local(): |
|
1902 | if sr.local(): | |
1903 | if sr.mq.applied: |
|
1903 | if sr.mq.applied: |
@@ -512,7 +512,7 b' date: Thu Jan 01 00:00:00 1970 +0' | |||||
512 | summary: add foo |
|
512 | summary: add foo | |
513 |
|
513 | |||
514 | % qclone |
|
514 | % qclone | |
515 |
abort: versioned patch repository not found (see |
|
515 | abort: versioned patch repository not found (see init --mq) | |
516 | adding .hg/patches/patch1 |
|
516 | adding .hg/patches/patch1 | |
517 | main repo: |
|
517 | main repo: | |
518 | rev 1: change foo |
|
518 | rev 1: change foo |
General Comments 0
You need to be logged in to leave comments.
Login now