Bug 138374 - Add a way to ascertain the SVN URL associated with a Git branch to git.py
Summary: Add a way to ascertain the SVN URL associated with a Git branch to git.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 14:17 PST by Matthew Hanson
Modified: 2015-02-26 06:07 PST (History)
7 users (show)

See Also:


Attachments
Patch to allow determination of an SVN remote from a Git branch (2.28 KB, patch)
2014-11-04 14:48 PST, Matthew Hanson
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Hanson 2014-11-04 14:17:46 PST
It can be useful to know the SVN remote that corresponds to the current Git branch.
Comment 1 Matthew Hanson 2014-11-04 14:48:42 PST
Created attachment 240950 [details]
Patch to allow determination of an SVN remote from a Git branch
Comment 2 Daniel Bates 2014-11-04 20:56:50 PST
Committed in <http://trac.webkit.org/changeset/175605>.