[Bug 4796] New: push succeeds even if you pass a bad url

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Aug 26 00:10:32 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4796

          Priority: normal
            Bug ID: 4796
                CC: mercurial-devel at selenic.com
          Assignee: gregory.szorc at gmail.com
           Summary: push succeeds even if you pass a bad url
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: durham at fb.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: default branch
         Component: Mercurial
           Product: Mercurial

Commit 10917b062adf "commands.push: use paths API" changed the way paths work
and now pushing to a bad path succeeds.

~/myrepo> hg-3.5 push doesntexist
pushing to doesntexist
abort: repository doesntexist not found!

~/myrepo> hg-latest push doesntexist
pushing to ssh://myserver.com//data/myrepo
searching for changes
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list