octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error: invalid character `' (ASCII 0) near line 164, column 2 [chang


From: John W. Eaton
Subject: Re: error: invalid character `' (ASCII 0) near line 164, column 2 [changeset]
Date: Mon, 4 Jan 2010 13:56:47 -0500

On  4-Jan-2010, Ben Abbott wrote:

| I may not get to this until the end of the day.
| 
| btw, is there an easy way to undo and then commit?

The hg backout command is intended for this purpose, but it generates
a new head in the archive, which I would usually like to avoid.

I think you could also use

  hg export REV | patch -R
  hg commit -m "undo changeset REV"

which would not introduce a new head in the archive.

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]