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

            Bug ID: 6519
           Summary: "hg pull <source>" is pulling from default instead
           Product: Mercurial
           Version: 5.8rc0
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: mhent...@mozilla.com
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

My `.hg/hgrc` looks like:
```
[paths]
default = https://hg.mozilla.org/mozilla-central
mhentges = ssh://hg.mozilla.org/users/mhentges_mozilla.com/central
```

However, when I do `hg pull mhentges`, it pulls from `default` instead:
```
$ hg pull mhentges
pulling from https://hg.mozilla.org/mozilla-central
searching for changes
no changes found
$ hg version
Mercurial Distributed SCM (version 5.8)
(see https://mercurial-scm.org for more information)

Copyright (C) 2005-2021 Olivia Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```

-- 
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