Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 4, 2011
1 parent 563a868 commit eebba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darcs-to-git
Expand Up @@ -334,7 +334,7 @@ class DarcsPatch
run("darcs", "pull", "--all", "--quiet",
"--match", "hash #{identifier}",
"--set-scripts-executable", "--set-default", source_repo)
if OPTIONS[:do_checks] and not darcs_reports_clean_repo?
if OPTIONS[:do_checks] and not darcs_reports_clean_repo?
puts "Darcs reports dirty directory: assuming conflict that is fixed by a later patch... reverting"
run("darcs revert --all")
run("find . -name '*-darcs-backup0' -exec rm -f {} \\;") # darcs2 creates these
Expand Down

0 comments on commit eebba91

Please sign in to comment.