Changeset 1361 in tailor


Ignore:
Timestamp:
04/24/07 20:08:14 (6 years ago)
Author:
zooko@…
Hash name:
20070424180814-92b7f-e8ff6b901991114706239d42ffead3a8bfcbac6c
Message:

fix in-code comments -- conflicts can happen with normal operation (for darcs sources)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/source.py

    r1347 r1361  
    125125 
    126126                if res: 
    127                     # Uh, we have a conflict: this should not ever 
    128                     # happen, but the user may have manually tweaked 
    129                     # the working directory. Give her a chance of 
    130                     # fixing the situation, or abort with Ctrl-C, or 
    131                     # whatever the subclasses decide. 
     127                    # We have a conflict.  Give the user a chance of fixing  
     128                    # the situation, or abort with Ctrl-C, or whatever the  
     129                    # subclasses decide. 
    132130                    try: 
    133131                        self._handleConflict(c, conflicts, res) 
Note: See TracChangeset for help on using the changeset viewer.