all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Good package for Mercurial interaction
@ 2009-12-03 10:58 Jens Kjerrström
  2009-12-03 13:31 ` gelios
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jens Kjerrström @ 2009-12-03 10:58 UTC (permalink / raw
  To: help-gnu-emacs


cvs-examine has been the only way I interact with cvs for quite a
while. We are now moving to Mercurial. Is there a corresponding package
for Mercurial? I have tried the vc functionality, but that has
glitches. Same with the dvc package, which has the benefit that it
supports most distributed revision control systems.

Cheers
Jens Kjerrström


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Good package for Mercurial interaction
  2009-12-03 10:58 Good package for Mercurial interaction Jens Kjerrström
@ 2009-12-03 13:31 ` gelios
  2009-12-03 17:30 ` Scott Frazer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: gelios @ 2009-12-03 13:31 UTC (permalink / raw
  To: help-gnu-emacs

Hi Jens,
Mercurial installation contains contrib package called mercurial.el.
It is pretty nice.
Have a look to http://xtalk.msk.su/~ott/en/writings/emacs-vcs/EmacsMercurial.html
how to use it.

Hope it will help.

Kind regards,
Nodir

On Dec 3, 11:58 am, n...@spam.com (Jens Kjerrström) wrote:
> cvs-examine has been the only way I interact with cvs for quite a
> while. We are now moving to Mercurial. Is there a corresponding package
> for Mercurial? I have tried the vc functionality, but that has
> glitches. Same with the dvc package, which has the benefit that it
> supports most distributed revision control systems.
>
> Cheers
> Jens Kjerrstr



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Good package for Mercurial interaction
  2009-12-03 10:58 Good package for Mercurial interaction Jens Kjerrström
  2009-12-03 13:31 ` gelios
@ 2009-12-03 17:30 ` Scott Frazer
  2009-12-03 18:40   ` Neal Becker
  2009-12-04  8:10 ` Ivan Kanis
       [not found] ` <mailman.12159.1259915118.2239.help-gnu-emacs@gnu.org>
  3 siblings, 1 reply; 6+ messages in thread
From: Scott Frazer @ 2009-12-03 17:30 UTC (permalink / raw
  To: help-gnu-emacs

Jens Kjerrström wrote:
> cvs-examine has been the only way I interact with cvs for quite a
> while. We are now moving to Mercurial. Is there a corresponding package
> for Mercurial? I have tried the vc functionality, but that has
> glitches. Same with the dvc package, which has the benefit that it
> supports most distributed revision control systems.
> 
> Cheers
> Jens Kjerrström

I like aHg:

https://disi.unitn.it/~griggio/ahg.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Good package for Mercurial interaction
  2009-12-03 17:30 ` Scott Frazer
@ 2009-12-03 18:40   ` Neal Becker
  0 siblings, 0 replies; 6+ messages in thread
From: Neal Becker @ 2009-12-03 18:40 UTC (permalink / raw
  To: help-gnu-emacs

Scott Frazer wrote:

> Jens Kjerrström wrote:
>> cvs-examine has been the only way I interact with cvs for quite a
>> while. We are now moving to Mercurial. Is there a corresponding 
package
>> for Mercurial? I have tried the vc functionality, but that has
>> glitches. Same with the dvc package, which has the benefit that it
>> supports most distributed revision control systems.
>> 
>> Cheers
>> Jens Kjerrström
> 
> I like aHg:
> 
> https://disi.unitn.it/~griggio/ahg.html

Not emacs, but tortoisehg is hard to beat.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Good package for Mercurial interaction
  2009-12-03 10:58 Good package for Mercurial interaction Jens Kjerrström
  2009-12-03 13:31 ` gelios
  2009-12-03 17:30 ` Scott Frazer
@ 2009-12-04  8:10 ` Ivan Kanis
       [not found] ` <mailman.12159.1259915118.2239.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 6+ messages in thread
From: Ivan Kanis @ 2009-12-04  8:10 UTC (permalink / raw
  To: help-gnu-emacs

no@spam.com (Jens Kjerrström) wrote:

> I have tried the vc functionality, but that has
> glitches.

Have you tried vd-dir with emacs 23? I use it all the  time and haven't
seen any glitches.
-- 
In the game of life, heredity deals the hand, and society makes the
rules; but you can still play your own cards.
    -- Anonymous , Peter's Almanac 





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Good package for Mercurial interaction
       [not found] ` <mailman.12159.1259915118.2239.help-gnu-emacs@gnu.org>
@ 2009-12-04 10:31   ` Jens Kjerrström
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Kjerrström @ 2009-12-04 10:31 UTC (permalink / raw
  To: help-gnu-emacs

Ivan Kanis <expire-by-2009-12-09@kanis.fr> writes:

> no@spam.com (Jens Kjerrström) wrote:
>
>> I have tried the vc functionality, but that has
>> glitches.
>
> Have you tried vd-dir with emacs 23? I use it all the  time and haven't
> seen any glitches.

I'm not sure I tried it with emacs 23. I have been using emacs 23 for a
while now and am evaluating vc-dir again. So far, so good. The things
I've seen before is that it missed some files that were changed, which
is quite serious.

-- 
Jens


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-04 10:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 10:58 Good package for Mercurial interaction Jens Kjerrström
2009-12-03 13:31 ` gelios
2009-12-03 17:30 ` Scott Frazer
2009-12-03 18:40   ` Neal Becker
2009-12-04  8:10 ` Ivan Kanis
     [not found] ` <mailman.12159.1259915118.2239.help-gnu-emacs@gnu.org>
2009-12-04 10:31   ` Jens Kjerrström

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.