all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-devel@gnu.org
Subject: [It works] (was: [vc-region-history in HG])
Date: Sun, 16 Oct 2022 17:50:17 +0200	[thread overview]
Message-ID: <87v8ojvkcm.fsf_-_@mat.ucm.es> (raw)
In-Reply-To: 87zgdwm07w.fsf@mat.ucm.es

[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]





> Thanks!
> Hm, I see, what is the difference then to annotate?

Ok, I tested it again, starting from scratch, I can confirm that it
works, but it displays also the diff as in


,----
| changeset:   1:bc59feefdcfb
| user:        Uwe Brauer <oub@mat.ucm.es>
| date:        Sun Oct 16 17:38:59 2022 +0200
| summary:     second commit subsection
| 
| diff --git a/new.org b/new.org
| --- a/new.org
| +++ b/new.org
| @@ -1,3 +1,8 @@
|  * Introduction
|  
|  A bit of more stuff
| +
| +** New subsection
| +
| +We add a new subsection
| +
| 
| changeset:   0:1302ad3dd1fd
| user:        Uwe Brauer <oub@mat.ucm.es>
| date:        Sun Oct 16 17:38:38 2022 +0200
| summary:     First commit section
| 
| diff --git a/new.org b/new.org
| new file mode 100755
| --- /dev/null
| +++ b/new.org
| @@ -0,0 +1,3 @@
| +* Introduction
| +
| +A bit of more stuff
`----


so the hg command line command would be

hg log --follow --patch -L new.org,1:9 

While sometimes a 

hg log --follow  -L new.org,1:9 

Might be more appropriate.

Any change to disable optionally the --patch option?


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

  reply	other threads:[~2022-10-16 15:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-15 20:07 A vc wish: vc-timemachine John Yates
2022-10-15 20:25 ` Manuel Uberti
2022-10-16  5:30 ` Eli Zaretskii
2022-10-16  8:17   ` [vc-region-history in HG] (was: A vc wish: vc-timemachine) Uwe Brauer
2022-10-16 10:51     ` [vc-region-history in HG] Daniel Martín
2022-10-16 12:17       ` Uwe Brauer
2022-10-16 15:50         ` Uwe Brauer [this message]
2022-10-16 13:58       ` [there is hg log -L] (was: [vc-region-history in HG]) Uwe Brauer
2022-10-16 11:49   ` A vc wish: vc-timemachine John Yates
2022-10-16 22:29     ` Dmitry Gutov
2022-10-17  1:26       ` John Yates
2022-10-17 19:12         ` Juri Linkov
2022-10-17 21:03           ` John Yates
2022-10-17 21:51             ` John Yates
2022-10-18 11:59     ` Richard Stallman
2022-10-18 14:46       ` John Yates
2022-10-21 19:42         ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v8ojvkcm.fsf_-_@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.