Author: | Goetz Pfeiffer (goetzpf@googlemail.com) |
---|
hg-diff is a program to browse and compare mercurial revisions.
Arbitrary revisions can be selected for comparison. The changes between the selected two revisions are then displayed by calling an external difference viewer that also has a graphical user interface.
By this, hg-diff makes it easy to explore the different revisions in a mercurial repository or to see what changes were done in the working copy directory.
Copyright (C) 2011 by Goetz Pfeiffer <goetzpf@googlemail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
You can either access the software repository by a web interface:
Or, if you plan to extend or improve hg-diff I would recommend that you get a clone of the repository with this command:
hg clone http://hg.code.sf.net/p/hg-diff/code hg-diff-code
You can then commit changes in your own repository copy.
If you plan to share these changes you can create a mercurial bundle and send it to my e-mail address.