Bug 1200088

Summary: git-remote-hg is now just a script telling you to wget the real thing
Product: [Fedora] Fedora Reporter: Matthew Miller <mattdm>
Component: gitAssignee: Chris Wright <chrisw>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: chrisw, dereks, jbowes, ooprala, pstodulk, tmz, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-09 18:31:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Miller 2015-03-09 16:43:01 UTC
If you install the git-hg subpackage and run `git clone hg::https://code.example.com/p/someproject/`. you get:

  Cloning into 'someproject'...
  WARNING: git-remote-hg is now maintained independently. 
  WARNING: For more information visit https://github.com/felipec/git-remote-hg
  WARNING:
  WARNING: You can pick a directory on your $PATH and download it, e.g.:
  WARNING:   $ wget -O $HOME/bin/git-remote-hg \
  WARNING:     https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg
  WARNING:   $ chmod +x $HOME/bin/git-remote-hg

This isn't very useful. I suggest that the git-hg subpackage be removed, and (ideally) instead a new package actually including the above be added. Thanks!

Comment 1 Petr Stodulka 2015-03-09 18:31:30 UTC
It's already solved in rawhide. Problem is that I can't remove old package git-hg from repository f20/f21. If you want use this, install package git-remote-hg which should be available since Fedora 21.

*** This bug has been marked as a duplicate of bug 1170855 ***

Comment 2 Matthew Miller 2015-03-09 18:45:46 UTC
Ah, thanks. Hmmm; I see that `yum install git-hg` correctly grabs git-remote-hg, but dnf doesn't.

Comment 3 Matthew Miller 2015-03-09 18:47:04 UTC
e.g. Bug #1096506 — I guess it's a feature. :)

Comment 4 Petr Stodulka 2015-03-09 18:50:17 UTC
It is probably :-)