Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 916386
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +1 lines)
Line  Link Here
0
-- a/src/Tools/SubWCRev.py
0
++ b/src/Tools/SubWCRev.py
Lines 509-520 Link Here
509
            bindir = a
509
            bindir = a
510
510
511
    vcs = [
511
    vcs = [
512
        GitControl(),
513
        DebianGitHub(),
514
        BazaarControl(),
515
        Subversion(),
516
        MercurialControl(),
517
        DebianChangelog(),
518
        UnknownControl(),
512
        UnknownControl(),
519
    ]
513
    ]
520
    for i in vcs:
514
    for i in vcs:

Return to bug 916386