All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] hg-to-git fixes
@ 2008-07-06  3:15 Miklos Vajna
  2008-07-06  3:15 ` [PATCH 1/5] hg-to-git: avoid raising a string exception Miklos Vajna
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Miklos Vajna @ 2008-07-06  3:15 UTC (permalink / raw)
  To: Stelian Pop; +Cc: Junio C Hamano, git

Hi,

I just noticed that hg-to-git was not updated to use dash-less git
commands, which now causes problems on 'next'. If I was at it, I fixed a
few minor issues I noticed as well.

Miklos Vajna (5):
  hg-to-git: avoid raising a string exception
  hg-to-git: abort if the project directory is not a hg repo
  hg-to-git: rewrite "git-frotz" to "git frotz"
  hg-to-git: use git init instead of git init-db
  hg-to-git: use git rev-parse instead of git show

 contrib/hg-to-git/hg-to-git.py |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2008-07-06  3:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-06  3:15 [PATCH 0/5] hg-to-git fixes Miklos Vajna
2008-07-06  3:15 ` [PATCH 1/5] hg-to-git: avoid raising a string exception Miklos Vajna
2008-07-06  3:15 ` [PATCH 2/5] hg-to-git: abort if the project directory is not a hg repo Miklos Vajna
2008-07-06  3:15 ` [PATCH 3/5] hg-to-git: rewrite "git-frotz" to "git frotz" Miklos Vajna
2008-07-06  3:15 ` [PATCH 4/5] hg-to-git: use git init instead of git init-db Miklos Vajna
2008-07-06  3:15 ` [PATCH 5/5] hg-to-git: use git rev-parse instead of git show Miklos Vajna

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.