all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Harsanyi <alexharsanyi@gmail.com>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: emacs-devel@gnu.org
Subject: Re: incorrect working revision for the mercurial VC backend
Date: Wed, 30 Dec 2009 14:15:05 +0800	[thread overview]
Message-ID: <cf628bc60912292215k1242f200m70d52e97a1ac8348@mail.gmail.com> (raw)
In-Reply-To: <19258.52278.890330.878259@totara.tehura.co.nz>

On Wed, Dec 30, 2009 at 11:42 AM, Nick Roberts <nickrob@snap.net.nz> wrote:
> [please cc the mailing list]
>
>  > I haven't switched yet to bzr, so I cannot pull the change, however
>  > the patch corresponds to my local fix, except that the last line
>  > reads:
>
> But you could apply the patch to your working copy.

I could not apply it. If I copy-paste it out of the email, patch rejects it:

$ patch -p1 < vc-hg.patch
patching file vc-hg.el
Hunk #1 FAILED at 209.
1 out of 1 hunk FAILED -- saving rejects to file vc-hg.el.rej

When I try to apply it from Emacs, it asks me first if I want to fix
word-wrap damage, but after I say yes, it fails anyway... Sorry but
I'm not sure what is wrong.

>
>  > (if (eq 0 status) out  "0")
>  >
>  > This corresponds to the previous behavior of returning a string as the
>  > revision and returning "0" if there is a problem with running the hg
>  > command.
>
> Does that really correspond to the previous behavior?
>
>    ...
>    (when (eq 0 status)
>      (if (string-match "changeset: *\\([0-9]*\\)" out)
>          (match-string 1 out)
>        "0"))))

You are right.

>
> Also, iget a quoted string, e.g. "\"290\"", which is why I used read.

This is because you use "\"{rev}\"" as the template instead of
"{rev}".    I used "{rev}" and I get just the revision e.g. 290.

Cheers,
Alex.




  reply	other threads:[~2009-12-30  6:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-30  1:53 incorrect working revision for the mercurial VC backend Alex Harsanyi
2009-12-30  2:31 ` Nick Roberts
     [not found]   ` <cf628bc60912291930x46faaa61j488e15cc5b953689@mail.gmail.com>
2009-12-30  3:42     ` Nick Roberts
2009-12-30  6:15       ` Alex Harsanyi [this message]
2009-12-30  7:02         ` Nick Roberts
2009-12-30  8:02         ` Eli Zaretskii
2009-12-30  9:37           ` Alex Harsanyi
2009-12-30  3:29 ` Dan Nicolaescu

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=cf628bc60912292215k1242f200m70d52e97a1ac8348@mail.gmail.com \
    --to=alexharsanyi@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=nickrob@snap.net.nz \
    /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.