Bisection (software engineering): Difference between revisions

Content deleted Content added
Added text
Updated links from CPAN to MetaCPAN
Line 29:
Revision control systems like [[Git (software)|Git]] or [[Mercurial]] directly support<ref>http://www.kernel.org/pub/software/scm/git/docs/v1.7.10/git-bisect.html</ref><ref>http://www.selenic.com/mercurial/hg.1.html#bisect</ref> code bisection.
 
Other revision control systems like [[Bazaar (software)|Bazaar]] or [[Apache Subversion|Subversion]] support it indirectly employing plugins<ref>http://doc.bazaar.canonical.com/plugins/en/bisect-plugin.html</ref> or external scripts.<ref>httphttps://search.cpanmetacpan.org/distmodule/INFINOID/App-SVN-Bisect-1.1/bin/svn-bisect</ref>
 
== References ==