-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: User - Legacy
In the past, running 'hg qclone https://bitbucket.org/.../pq' would clone the main repository and then clone the patch queue repo in .hg/patches. It appears that this is no longer the case. The same 'hg qclone' command now clones just the patch queue repo and then clones the same repo in .hg/patches.
The main repository is never actually cloned, like it used to be. Is this the new intended behavior?