Bug 2561 - hg push/outgoing should print remote target even if there is an error
Summary: hg push/outgoing should print remote target even if there is an error
Status: RESOLVED FIXED
Alias: None
Product: Mercurial
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: unspecified
Hardware: All All
: wish feature
Assignee: Bugzilla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-19 23:46 UTC by Faheem Mitha
Modified: 2012-05-13 04:49 UTC (History)
4 users (show)

See Also:
Python Version: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Faheem Mitha 2010-12-19 23:46 UTC
faheem@merlin:~/snppy$ hg paths
default = ssh://bulldog_hg//srv/hg/faheem/snppy
bb = ssh://hg@bitbucket.org/faheem/snppy

faheem@merlin:~/snppy$ hg push default
pushing to ssh://bulldog_hg//srv/hg/faheem/snppy
searching for changes
no changes found
faheem@merlin:~/snppy$ hg push bb
remote: Permission denied (publickey).
abort: no suitable response from remote hg!

'hg push bb' should also print the path. Similar remarks apply to 'hg 
outgoing'.

                            Regards, Faheem
Comment 1 Faheem Mitha 2010-12-19 23:48 UTC
PS. This is reproducible as of 1.7.2.
Comment 2 Miloš Hadžić 2011-03-17 10:08 UTC
This seems to be fixed now.
Comment 3 Faheem Mitha 2011-03-17 10:33 UTC
On Thu, 17 Mar 2011, =?utf-8?b?TWlsb8WhIEhhZMW+acSHIDxidWdzQG1lcmN1cmlhbC5zZWxlbmljLmNvbT4=?=@mercurial.selenic.com wrote:

>
> Miloš Hadžić <milos.hadzic@gmail.com> added the comment:
>
> This seems to be fixed now.

I don't see this with current http://selenic.com/hg/ or 
http://hg.intevation.org/mercurial/crew.

faheem@orwell[default branch:rev 1190]:~/hgbook$ hg-hg push 
ssh://bitbucket.org/bos/hgbook/
remote: Permission denied (publickey).
abort: no suitable response from remote hg!

What patch is supposed to  have fixed this?

> ----------
> nosy: +miloshadzic
> status: unread -> resolved
>
> ____________________________________________________
> Mercurial issue tracker <bugs@mercurial.selenic.com>
> <http://mercurial.selenic.com/bts/issue2561>
> ____________________________________________________
>
>
Comment 4 Miloš Hadžić 2011-03-17 10:50 UTC
I'm sorry you are correct. I wasn't able to reproduce the issue at first.

Regards,
Miloš
Comment 5 Miloš Hadžić 2011-03-17 16:20 UTC
http://selenic.com/hg/rev/adf3c4401c5d
Comment 6 HG Bot 2011-03-17 17:00 UTC
Fixed by http://selenic.com/repo/hg/rev/adf3c4401c5d
Milo? Had?i? <milos.hadzic@gmail.com>
push/outgoing: print remote target path even if there's an error (issue2561)

(please test the fix)
Comment 7 Faheem Mitha 2011-03-17 23:58 UTC
Works for me.
Comment 8 Bugzilla 2012-05-12 09:15 UTC

--- Bug imported by bugzilla@serpentine.com 2012-05-12 09:15 EDT  ---

This bug was previously known as _bug_ 2561 at http://mercurial.selenic.com/bts/issue2561