[oe-commits] org.oe.dev contrib/mtn2git: Start with only using the manifests

freyther commit openembedded-commits at lists.openembedded.org
Tue Jan 8 10:07:45 UTC 2008


contrib/mtn2git: Start with only using the manifests

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 244079175ac629fad96cb218fc264f52bf8e9612
ViewMTN: http://monotone.openembedded.org/revision/info/244079175ac629fad96cb218fc264f52bf8e9612
Files:
1
contrib/mtn2git/mtn2git.py
Diffs:

#
# mt diff -ra6a229a30536ec1d025937b05457059b0bf4b55d -r244079175ac629fad96cb218fc264f52bf8e9612
#
# 
# 
# patch "contrib/mtn2git/mtn2git.py"
#  from [ef2f536d1f3ef8e1e749df1cc8645740a9accdfd]
#    to [10b67eedf7514252a7ea6910b712902bff7d9d13]
# 
============================================================
--- contrib/mtn2git/mtn2git.py	ef2f536d1f3ef8e1e749df1cc8645740a9accdfd
+++ contrib/mtn2git/mtn2git.py	10b67eedf7514252a7ea6910b712902bff7d9d13
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 """
-  Copyright (C) 2006, 2007 Holger Hans Peter Freyther
+  Copyright (C) 2006, 2007, 2008 Holger Hans Peter Freyther
 
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
@@ -27,18 +27,6 @@
 #   -tag handling
 #   -work with n-merges
 #
-# DISCUSSION:
-#   -For some reason the get_revision information might be inaccurate
-#    and I should consider just comparing the manifests.
-#    I would use the manifests of the parents and consider all files deleted
-#    and then remove every dir/file that is inside the new manifest from this
-#    list.
-#      Benefits:
-#         - 1:1 match of the manifest regardles of get_revision information
-#         - Renaming is handled by git anyway
-#      Downsides:
-#         - The size of the import will grow.
-#
 
 import mtn
 import os






More information about the Openembedded-commits mailing list