list of files in "hg log -v"
Mathieu Courtois
mathieu.courtois at gmail.com
Wed Aug 21 06:38:59 UTC 2013
Hi,
In the output of "hg log -v -r 081615" in my repository, I can see that 4
files have been changed [2].
With "-p", only one file seems changed.
The same with "hg diff -c 081615".
If permissions have changed, it will be in the diff.
I guess a merge or rebase could does that but I can not reproduce it.
Any idea how it can happen ?
MC
[1] The commit can be read there:
https://bitbucket.org/code_aster/codeaster-src/commits/0816156d0dc46f1ac3aa3dcd162ab009005f1cf7
[2] hg log -v -r 081615 -p:
changeset: 1405:0816156d0dc4
date: Mon Jul 15 09:56:58 2013 +0200
files: bibfor/include/fake/asterfort/xfem_rel_lin.h
bibfor/include/interfaces/asterfort/xfem_rel_lin.h
bibfor/modelisa/xfem_rel_lin.F90 bibfor/nonlinear/nmcere.F90
description:
[#21083] Fix variable size in nmcere.F90
diff --git a/bibfor/nonlinear/nmcere.F90 b/bibfor/nonlinear/nmcere.F90
--- a/bibfor/nonlinear/nmcere.F90
+++ b/bibfor/nonlinear/nmcere.F90
@@ -109,7 +109,7 @@
character(len=19) :: cnfint, cndiri, cnfext, cnbudi
character(len=24) :: codere
character(len=19) :: valint(zvalin)
- character(len=19) :: solalt(zvalin)
+ character(len=19) :: solalt(zsolal)
character(len=19) :: depdet, depdel, deppr1, deppr2
integer :: jdepdt, jdepdl, jdu0, jdu1
character(len=19) :: depplt, ddep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20130821/d62bffc3/attachment-0002.html>
More information about the Mercurial
mailing list