Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
jst%mozilla.org 5410dd4258 More for bug 379539. Updating include and exclude lists, fixing a problem with rmfileortree(), and fixing a problem with the hg argument in ImportMozillaCVS(). r=preed@mozilla.org and benjamin@smedbergs.us 2007-05-09 22:02:37 +00:00
jst%mozilla.org 6cba6bf908 Followup fix for bug 379539. Make the initial hg repository checkins have a commit date that matches the date of the CVS tag we pull from. Also fix a bug with handling of the --cvsroot argument. r=preed@mozilla.com 2007-05-04 23:55:42 +00:00
preed%mozilla.com a941a0178b Bug 379539: cvs2hg-import.py changes for the current Mercurial PoA: don't import NSS, NSPR, or tamarin; change the first checkin message. 2007-05-03 21:39:18 +00:00
preed%mozilla.com 15d51a8f86 The .hgignore entry for .cvsignore files shouldn't be "rooted" (as the .hgignore file docs call it); I guess it matches by full path, not dirent. 2007-04-17 06:10:44 +00:00
preed%mozilla.com 61031ec950 --import sys, so sys.stdout.flush() doesn't barf
--Constrain the .hgignore regex, so that it ignores CVS directories, but not files with the string "CVS" in them.
2007-04-17 00:53:12 +00:00
preed%mozilla.com 31b4949a1e Make sure we flush() the stream after each print(), so the logfile is coherent/readable. irc-r=bsmedberg. 2007-04-16 20:48:28 +00:00
preed%mozilla.com d040044cc0 Bug 377434: Add the date-equivalent of the tag; munge the initial checkin message so it records the date, not "None". Also, hg's -m barfs on \n's and \t's in the commit message, so remove them. 2007-04-14 20:38:08 +00:00
preed%mozilla.com 761396e753 Bug 376315: fix a few issues in v 2.1:
-- Pull a specific tag from CVS for the initial import
-- Allow pull-by-date, so we can import by date
-- Use cvs.m.o, not cvs-mirror.m.o (which can be in an inconsistent state, especialy if pulling "now")
-- Use UTC, like the tinderboxen do, to pull if pulling by "now"
-- Include more tracking information in the hg commit message
-- Add a --importdate option, to import the CVS tree as of a selected date
-- the --initrepo option now handles the initial import from the static CVS tag as well.
2007-04-13 20:00:57 +00:00
aravind%mozilla.com a83ce351da Script to import the current cvs head into mercurial 2007-04-05 20:44:25 +00:00