Fossil SCM

Merge the msw-hack branch into trunk.

drh 2011-08-22 18:23 trunk merge
Commit af50b29c987eb35fca1268448ba90e2766b68492
1 file changed -1
--- src/update.c
+++ src/update.c
@@ -185,11 +185,10 @@
185185
186186
if( tid==0 ){
187187
fossil_panic("Internal Error: unable to find a version to update to.");
188188
}
189189
190
- if( tid==vid && !verboseFlag ) return; /* Nothing to update */
191190
db_begin_transaction();
192191
vfile_check_signature(vid, 1, 0);
193192
if( !nochangeFlag && !internalUpdate ) undo_begin();
194193
load_vfile_from_rid(tid);
195194
196195
--- src/update.c
+++ src/update.c
@@ -185,11 +185,10 @@
185
186 if( tid==0 ){
187 fossil_panic("Internal Error: unable to find a version to update to.");
188 }
189
190 if( tid==vid && !verboseFlag ) return; /* Nothing to update */
191 db_begin_transaction();
192 vfile_check_signature(vid, 1, 0);
193 if( !nochangeFlag && !internalUpdate ) undo_begin();
194 load_vfile_from_rid(tid);
195
196
--- src/update.c
+++ src/update.c
@@ -185,11 +185,10 @@
185
186 if( tid==0 ){
187 fossil_panic("Internal Error: unable to find a version to update to.");
188 }
189
 
190 db_begin_transaction();
191 vfile_check_signature(vid, 1, 0);
192 if( !nochangeFlag && !internalUpdate ) undo_begin();
193 load_vfile_from_rid(tid);
194
195

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button