TODO: Write a project description
TODO: Describe the installation process
| [extensions] | |
| # enable color extension | |
| color = | |
| # enable extdiff extension (Extended Diff) | |
| hgext.extdiff = | |
| [extdiff] | |
| # configure extended diff to use colordiff (requires colordiff installed in your system) | |
| cmd.cdiff = colordiff | |
| opts.cdiff = -uprN |
| // This work is licensed under the Creative Commons Attribution 3.0 United States License. To view | |
| // a copy of this license, visit http://creativecommons.org/licenses/by/3.0/us/ or send a letter | |
| // to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. | |
| // Copyright 2009 John Tantalo <john.tantalo@gmail.com> | |
| (function () { | |
| // get selection | |
| var selection = window.getSelection ? window.getSelection() : | |
| document.getSelection ? document.getSelection() : |