Changeset 1489 in tailor


Ignore:
Timestamp:
04/05/08 02:07:19 (5 years ago)
Author:
lele@…
Hash name:
20080405000719-97f81-dc2e67f0b6d487d251a0b269b6c08c388a832c5c
Message:

Darcs revert --all needs some input to keep going

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/darcs/source.py

    r1488 r1489  
    469469        cmd = self.repository.command("revert", "--all") 
    470470        revert = ExternalCommand(cwd=self.repository.basedir, command=cmd) 
    471         revert.execute(conflict) 
     471        revert.execute(conflict, input="\n") 
    472472 
    473473    def _checkoutUpstreamRevision(self, revision): 
Note: See TracChangeset for help on using the changeset viewer.