[issue3056] hg diff/status - subrepo files not listed on revision where subrepo was added

Piotr Klecha bugs at mercurial.selenic.com
Thu Oct 20 01:29:51 CDT 2011


New submission from Piotr Klecha <pklecha at forcom.com.pl>:

hg diff and hg status (with -S switch of course) don't list subrepo files as 
added (or removed, depending on the order of revisions) when comparing two 
revisions of which only one contains the subrepo (so it also affects diff and 
status on a revision that adds a subrepo).

After some debugging I found out that in such situation (subrepo only on one 
of compared revisions) hg ends up comparing a subrepo revision to itself and, 
obviously, detects no changes (I made a quick workaround for myself but it 
should be fixed properly).

----------
messages: 17685
nosy: czarnyczarodziej
priority: bug
status: unread
title: hg diff/status - subrepo files not listed on revision where subrepo was added

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3056>
____________________________________________________


More information about the Mercurial-devel mailing list