Check-in [29900f98f6]
Not logged in
Overview

SHA1 Hash:29900f98f61043b76eb46aadf3686fcb77e5bfb3
Date: 2009-01-29 03:36:00
User: drh
Comment:Print the current status (including the current branch) after moving to the end branch in the "open" command.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/db.c from [48df0d0f90] to [6f78bab6b5].

@@ -1275,10 +1275,12 @@
   }else{
     db_lset_int("checkout", vid);
     g.argv = azNewArgv;
     g.argc = 3;
     update_cmd();
+    g.argc = 2;
+    info_cmd();
   }
 }
 
 /*
 ** Print the value of a setting named zName