Skip to content

Should not this be a branch? #55

Description

@feliam

    from giturlparse import parse as giturlparse
    p = giturlparse("https://github.com/nephila/giturlparse/tree/master/changes")
    print (p.branch, p.path)
    assert p.branch == "master"
    assert p.path == "changes"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions