Changeset 197 in tailor


Ignore:
Timestamp:
12/28/04 22:54:41 (8 years ago)
Author:
mark@…
Hash name:
20041228215441-ab06a-a6a86b2bd54fe87fc162f31539d75bf4a980435f
Message:

make boring entries for tailor.info and tailor.log more precise

This updates the boring file changes to be more precise, exactly matching
the names that tailor uses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r195 r197  
    299299 
    300300        boring = open(join(root, '_darcs/prefs/boring'), 'a') 
    301         boring.write('tailor.log\ntailor.info\n') 
     301        boring.write('^tailor.log$\n^tailor.info$\n') 
    302302        boring.close() 
    303303         
Note: See TracChangeset for help on using the changeset viewer.