Bug 167692 - [NEW PORT] devel/py-hgsubversion: mercurial extension to act as svn client
Summary: [NEW PORT] devel/py-hgsubversion: mercurial extension to act as svn client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 19:10 UTC by William Grzybowski
Modified: 2012-05-08 23:00 UTC (History)
0 users

See Also:


Attachments
py-hgsubversion.patch (7.67 KB, patch)
2012-05-07 19:10 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2012-05-07 19:10:09 UTC
    hgsubversion is a mercurial extension that make it act as a subversion client.
    One can pull and push directly to a svn repo.

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-07 19:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Xin LI freebsd_committer freebsd_triage 2012-05-08 22:21:10 UTC
Responsible Changed
From-To: freebsd-python->delphij

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-08 22:22:27 UTC
delphij     2012-05-08 21:22:13 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-hgsubversion Makefile distinfo pkg-descr pkg-plist 
  Log:
  hgsubversion is an extension for Mercurial that allows using Mercurial
  as a Subversion client.
  
  At this point, hgsubversion is usable by users reasonably familiar with
  Mercurial as a VCS. It's not recommended to dive into hgsubversion as an
  introduction to Mercurial, since hgsubversion "bends the rules" a little
  and violates some of the typical assumptions of early Mercurial users.
  
  PR:             ports/167692
  Submitted by:   William Grzybowski <william88 gmail.com>
  
  Revision  Changes    Path
  1.4945    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/py-hgsubversion/Makefile (new)
  1.1       +2 -0      ports/devel/py-hgsubversion/distinfo (new)
  1.1       +9 -0      ports/devel/py-hgsubversion/pkg-descr (new)
  1.1       +63 -0     ports/devel/py-hgsubversion/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Xin LI freebsd_committer freebsd_triage 2012-05-08 22:22:29 UTC
State Changed
From-To: open->closed

Committed, thanks!