https://bz.mercurial-scm.org/show_bug.cgi?id=6525

            Bug ID: 6525
           Summary: push with local subrepo infer subrepo content to
                    remote-repo
           Product: Mercurial
           Version: 5.7.1
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: alexraynepe...@gmail.com
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

Created attachment 2111
  --> https://bz.mercurial-scm.org/attachment.cgi?id=2111&action=edit
demo push infers content subrepo to remote repo

Hallow!
i have project Repo and add local Suberpo in that. 
For some reasons have no remote URL path, so .hgsub declares:
```

subrepo = 

```

on a flash drive i got Clone of my main Repo, but subrepo has absent.
after push Repo to my Clone on flash - it pushes all content of Subrepo into
Clone. So Clone history mixed of Repo and new added Subrepo.

I expected that pushing at least creates new subrepo on flash, or breaks with
fail.

It quite irritate behaviour, especialy if infered subs much more hystory and
content then main-repo - it take much place on flash and take much time for
useless push.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to