[Bug 6939] New: hg diff/log -p/export fail to show creation of empty files
mercurial-bugs at mercurial-scm.org
mercurial-bugs at mercurial-scm.org
Sun Nov 24 15:18:15 UTC 2024
https://bz.mercurial-scm.org/show_bug.cgi?id=6939
Bug ID: 6939
Summary: hg diff/log -p/export fail to show creation of empty
files
Product: Mercurial
Version: 6.8.1
Hardware: PC
OS: NetBSD
Status: UNCONFIRMED
Severity: feature
Priority: wish
Component: Mercurial
Assignee: bugzilla at mercurial-scm.org
Reporter: mercurial-bugzilla at campbell.mumble.net
CC: mercurial-devel at mercurial-scm.org
Python Version: ---
$ hg init repo
$ cd repo
$ touch README
$ hg add README
$ hg commit -u u -d '0 0' -m 'initial tree'
$ hg diff -c .
$ hg export .
# HG changeset patch
# User u
# Date 0 0
# Thu Jan 01 00:00:00 1970 +0000
# Node ID 7d1a52191b7b0185eae101d4fd62918d9ffc9779
# Parent 0000000000000000000000000000000000000000
initial tree
$
Expected output: something that mentions README.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list