[Python-checkins] r88772 - tracker/instances/python-dev/scripts/addpatchsets (original) (raw)
martin.v.loewis python-checkins at python.org
Sun Mar 13 18:20:03 CET 2011
- Previous message: [Python-checkins] r88771 - tracker/instances/python-dev/scripts/addpatchsets
- Next message: [Python-checkins] r88773 - tracker/instances/python-dev/scripts/addpatchsets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: martin.v.loewis Date: Sun Mar 13 18:20:03 2011 New Revision: 88772
Log: Support empty bases more.
Modified: tracker/instances/python-dev/scripts/addpatchsets
Modified: tracker/instances/python-dev/scripts/addpatchsets
--- tracker/instances/python-dev/scripts/addpatchsets (original) +++ tracker/instances/python-dev/scripts/addpatchsets Sun Mar 13 18:20:03 2011 @@ -88,7 +88,7 @@ bases = [] for filename, data, chunks in pieces: res = try_match(filename, chunks, rev)
if not res:
if verbose:if res is None: return None, None bases.append((filename, data, chunks, res))
- Previous message: [Python-checkins] r88771 - tracker/instances/python-dev/scripts/addpatchsets
- Next message: [Python-checkins] r88773 - tracker/instances/python-dev/scripts/addpatchsets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]