##// END OF EJS Templates
log: follow filenames through renames (issue647)...
log: follow filenames through renames (issue647) In commands.log a displayer was initialized from cmdutil.show_changeset() with the initial matchfn (which designates the specified files which only is correct in the highest revision in the range). prep() is handed the correct list of files, but displayer.show() didn't use that list but keept using the original matchfn. The matchfn argument to cmdutil.show_changeset() wasn't specified in other places and is only used in .show(), so now we give the matchfn as an optional parameter to .show(). We do however still have to detect --patch and --stat from opts in show_changeset() and let it imply a matchall, but that can now be overruled with the new .show() matchfn parameter.

File last commit:

r9596:a41f2840 default
r11488:f786fc4b 1.6 stable
Show More
README
10 lines | 306 B | text/plain | TextLexer
Matt Mackall
Move README info to wiki
r3935 Basic install:
mpm@selenic.com
Add back links from file revisions to changeset revisions...
r0
Matt Mackall
Move README info to wiki
r3935 $ make # see install targets
$ make install # do a system-wide install
$ hg debuginstall # sanity-check setup
$ hg # see help
mpm@selenic.com
README: integrate some changes from Kevin Smith...
r205
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 See http://mercurial.selenic.com/ for detailed installation
Matt Mackall
Move README info to wiki
r3935 instructions, platform-specific notes, and Mercurial user information.
mpm@selenic.com
Tweak README for branch, push, and .hgrc...
r327