[Bug 4012] New: log lists subset of files in changeset

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Aug 8 09:37:13 CDT 2013


http://bz.selenic.com/show_bug.cgi?id=4012

          Priority: normal
            Bug ID: 4012
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: log lists subset of files in changeset
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: john.peacock at messagesystems.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.5.4
         Component: Mercurial
           Product: Mercurial

After a merge commit, the list of files reported by the log command does not
include all of the files in the changeset.  This causes problems with code
review (e.g. Fisheye) because the changeset cannot be viewed in total.

$ hg log -vr 5d6a149 | cat
changeset:   39214:5d6a149d2266
branch:      feature/MO-1055
tag:         tip
parent:      39213:67e59f9ab0d9
parent:      39181:e4fb24cb3953
user:        <MUNGED>
date:        Thu Aug 08 08:26:30 2013 -0400
files:       .hgflow .hgguestrepo .hgtags
description:
MO-1055 #time 1h merge GCM changes from PUSH branch and unit test

$ hg log --debug -vr 5d6a149 | cat
changeset:   39214:5d6a149d22664a4495ae4b81a9fbc8044c8bf430
branch:      feature/MO-1055
tag:         tip
parent:      39213:67e59f9ab0d91f06ba2b58e01d0447a52798deb5
parent:      39181:e4fb24cb3953824f54cb1596bcb476f006fb3d40
manifest:    37219:ceb41e0e4ad7f7a8eff304abfc3b99b45d8d8c3e
user:        <MUNGED>
date:        Thu Aug 08 08:26:30 2013 -0400
files:       .hgflow .hgguestrepo .hgtags Makefile.ec ec_ssl.c message.h
modules/mobility/Config.pl modules/mobility/apn/apn.c
modules/mobility/apn/apn.h modules/mobility/apn/apn_int.h
modules/mobility/apn/hooks/apn_eval_hooks.h
modules/mobility/apn/logging/apn_logger.c
modules/mobility/apn/logging/apn_logging_common.c
modules/mobility/apn/logging/apn_logging_common.h
perl/lib/MessageSystems/Build/APIScan.pm
perl/lib/MessageSystems/Build/LuaGen.pm
files+:      modules/mobility/gcm/Sample/msPush.zip
modules/mobility/gcm/Sample/msPush2.zip modules/mobility/gcm/Sample/readme.txt
modules/mobility/gcm/gcm.c modules/mobility/gcm/gcm.h
modules/mobility/gcm/gcm_int.h modules/mobility/gcm/hooks/gcm_logging_hooks.h
modules/mobility/gcm/logging/gcm_logger.c
modules/mobility/gcm/logging/gcm_logging_common.c
modules/mobility/gcm/logging/gcm_logging_common.h
modules/mobility/gcm/mb_gcm.ecm perl/lib/Ecelerity/Log/GCM.pm
tests/perl-tests/apn/Certs/MSPush2/dev-cert.pem
tests/perl-tests/apn/Certs/MSPush2/dev-key.pem
tests/perl-tests/apn/Certs/MsysAlert/dev-cert.pem
tests/perl-tests/apn/Certs/MsysAlert/dev-key.pem
tests/perl-tests/apn/apn-basic.t tests/perl-tests/apn/apn-dispose.t
tests/perl-tests/apn/apn-fail.t tests/perl-tests/apn/apn-json.t
tests/perl-tests/apn/ecconsole.t tests/perl-tests/gcm/gcm-basic-fail.t
tests/perl-tests/gcm/gcm-basic.t tests/perl-tests/gcm/gcm-basic2.t
tests/perl-tests/gcm/gcm-restart.t tests/perl-tests/license/gcm-license.t
extra:       branch=feature/MO-1055
description:
MO-1055 #time 1h merge GCM changes from PUSH branch and unit test

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list