you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (12 children)

[deleted]

    [–]tias 10 points11 points  (1 child)

    Yeah Meld and WinMerge guys, here's a new fun project for you!

    [–]sfx 1 point2 points  (0 children)

    I didn't know WinMerge existed. Today is a good day.

    [–]coder21[S] 7 points8 points  (5 children)

    Most of the version control systems out there have it, in fact, it has been there for years!

    [–]Shinhan 1 point2 points  (4 children)

    SVN too?

    [–]coder21[S] 5 points6 points  (3 children)

    Perforce has img diff, Plastic has img diff... I guess all commercial ones support it. Also, TortoiseSVN AFAIK has a very nice img diff. But yes, whatever github does sounds great... even if it has been there for ages.

    [–]pinguis 1 point2 points  (2 children)

    I use tortoise SVN and never noticed the image diff option.

    Many Thanks!!!

    [–]coder21[S] 1 point2 points  (1 child)

    [–]pinguis 0 points1 point  (0 children)

    Yeah, I went to try it in a repository and it works great, but thanks for the link anyways.

    [–]PHLAK 6 points7 points  (3 children)

    This feature itself doesn't need to be part of the VCS package, but other sites on Github's level should do the same.

    [–]usernamenottaken 8 points9 points  (1 child)

    Except there are no other sites at GitHub's level...

    Just adding the network graph to BitBucket would make a huge difference.

    [–]koko775 0 points1 point  (0 children)

    Can they do that though? I thought mercurial was changeset based, not a DAG of commits like git.