summaryrefslogtreecommitdiffstats
path: root/src/uutil.ml
diff options
context:
space:
mode:
authorBenjamin C. Pierce <bcpierce@cis.upenn.edu>2008-06-23 22:05:17 +0000
committerBenjamin C. Pierce <bcpierce@cis.upenn.edu>2008-06-23 22:05:17 +0000
commit1934ced844bcbe57f5e50f21e5958f035641b8b4 (patch)
treea4678a530b49f02a66b1c1a240ba0839c19ae117 /src/uutil.ml
parent829bd6646dea57c89842f254051741106861d91d (diff)
downloadunison-1934ced844bcbe57f5e50f21e5958f035641b8b4.zip
unison-1934ced844bcbe57f5e50f21e5958f035641b8b4.tar.gz
unison-1934ced844bcbe57f5e50f21e5958f035641b8b4.tar.bz2
* When using the internal transfer method, remove any temp file on the
destination (which may be left over from a previous interrupted run of Unison) before starting the transfer. * Fixed (hopefully!) the bug causing Unison to backup the new archive version after a (partially or fully) successful merge. * Updated copyright notices to 2008. :-)
Diffstat (limited to 'src/uutil.ml')
-rw-r--r--src/uutil.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uutil.ml b/src/uutil.ml
index 6492923..e82c3fe 100644
--- a/src/uutil.ml
+++ b/src/uutil.ml
@@ -1,5 +1,5 @@
(* Unison file synchronizer: src/uutil.ml *)
-(* Copyright 1999-2007 (see COPYING for details) *)
+(* Copyright 1999-2008 (see COPYING for details) *)
(*****************************************************************************)
(* Unison name and version *)