Changeset 1025 in tailor


Ignore:
Timestamp:
12/04/05 10:07:19 (7 years ago)
Author:
R.Ghetta <birrachiara@…>
Hash name:
20051204090719-2c016-71cb247cb3c907550c5a49317ac3df5e6087d162
Message:

add target dir of a file rename to implicit_dirs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/monotone.py

    r1019 r1025  
    396396                        if token=="rename_directory": 
    397397                            self._addPathToSet(dirs_add, chentry.name) 
     398                        else: 
     399                            self._addPathToSet(implicit_dirs_add, split(chentry.name)[0]) 
    398400                    elif token == "patch": 
    399401                        # patch entries are in the form: from oldrev to newrev 
Note: See TracChangeset for help on using the changeset viewer.