The most likely case is that the merge parent has those lines.  They weren’t 
added by 1704, 1703, or one of its ancestors, deleted them.  As a result, the 
only change visible to the merge is the deletion.

Mischa Becker

From: Mercurial <mercurial-boun...@lists.mercurial-scm.org> On Behalf Of Uwe 
Brauer via Mercurial
Sent: Thursday, June 12, 2025 5:20 AM
To: Mercurial List <mercur...@mercurial-scm.org>
Subject: conceptual problems with a merge, text is missing

** [EXTERNAL EMAIL]: Do not click links or open attachments unless you 
recognize the sender and know the content is safe. **

Hi All

Situation I have to heads on the default branch



◉  changeset:     1704:57f380a505e7

│  tag:           tip

│  Branch:        default

│  Author:        Uwe Brauer <o...@mat.ucm.es<mailto:o...@mat.ucm.es>>

│  Date:          Thu, 12 Jun 2025 08:18:55 +0200

│  Phase:         draft

│  Parent:        1699:5c2a1978c025

│  Summary:       Add create dummy head

│

│ ○  changeset:     1703:1a62f0f1e1df

│ │  Branch:        default

│ │  Author:        Author 2  <u...@gmail.com<mailto:u...@gmail.com>>

│ │  Date:          Tue, 10 Jun 2025 07:52:17 +0300

│ │  Phase:         public

│ │  Summary:       typos

Now hg diff -r 1704 -r 1703

Results in

diff --git a/section3-energy-estimates.tex b/section3-energy-estimates.tex

--- a/section3-energy-estimates.tex

+++ b/section3-energy-estimates.tex

@@ -4,7 +4,7 @@

 % Doc: 
/home/oub/ALLES/HGs/Karp/Pub/Preprints/Full-Euler-Nordstroem/section3-energy-estimates.tex

 % Original Author:     Uwe Brauer o...@mat.ucm.es<mailto:o...@mat.ucm.es>

 % Created:             Sun Dec 15 2024

-%

+%

 \documentclass[manuscript.tex]{subfiles}

 % eq:energy:2

 \usepackage{xr-hyper}

@@ -27,18 +27,6 @@



 \xxcommentinline{What is the meaning of  ''decaying estimates''? How can an 
estimate

 being decaying? A function can be decaying.}

-\ubcommentmultiline{decay}{

-  \begin{equation}

-    \label{eq:section3-energy-estimates:10}

-    \frac{dE}{dt}\leq -E

-  \end{equation}

-is decaying

-\begin{equation}

-  \label{eq:section3-energy-estimates:11}

-    \frac{dE}{dt}\leq +E

-\end{equation}

-is not decaying. It is an abreviation, what do you propose?

-}

Interpretation the text starting with - is absent in 1703 but present in 1704

Test

hg diff -r 1703 -r 1704

--- a/section3-energy-estimates.tex

+++ b/section3-energy-estimates.tex

@@ -4,7 +4,7 @@

 % Doc: 
/home/oub/ALLES/HGs/Karp/Pub/Preprints/Full-Euler-Nordstroem/section3-energy-estimates.tex

 % Original Author:     Uwe Brauer o...@mat.ucm.es<mailto:o...@mat.ucm.es>

 % Created:             Sun Dec 15 2024

-%

+%

 \documentclass[manuscript.tex]{subfiles}

 % eq:energy:2

 \usepackage{xr-hyper}

@@ -27,6 +27,18 @@



 \xxcommentinline{What is the meaning of  ''decaying estimates''? How can an 
estimate

 being decaying? A function can be decaying.}

+\ubcommentmultiline{decay}{

+  \begin{equation}

+    \label{eq:section3-energy-estimates:10}

+    \frac{dE}{dt}\leq -E

+  \end{equation}

+is decaying

+\begin{equation}

+  \label{eq:section3-energy-estimates:11}

+    \frac{dE}{dt}\leq +E

+\end{equation}

+is not decaying. It is shortcut phrase, what do you propose

+}



So I want a merge in which this text starting +\ubcommentmultiline{decay}{

In included so I thought

hg up -r 1703 hg merge -r 1704

Would do the trick, but no.

So I strip the merge

hg up -r 1704 hg merge -r 1703

And again no the text is not included, what do miss here??

regards

Uwe Brauer

________________________________

This e-mail message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain information that is confidential and 
protected by law from unauthorized disclosure. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message.
_______________________________________________
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to