Check-in [a89b436bc9]
Not logged in
Overview

SHA1 Hash:a89b436bc9f4365fcef863b044e96c73b9e242ef
Date: 2009-02-11 05:00:02
User: bharder
Edited Comment:Make command-alias for 'checkout': co. This command could -not- have been used previously as a shortcut, as it would be ambiguous becuase of 'commit' and 'configuration'. A natural mate for 'ci'.
Original Comment:Make command-alias for 'checkout': co. This command could -not- have been used previously as a shortcut, as it would be ambiguous becuase of 'commit' and 'configuration'
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/checkout.c from [01a97dfc51] to [24593c59e3].

@@ -133,10 +133,11 @@
   manifest_clear(&m);
 }
 
 /*
 ** COMMAND: checkout
+** COMMAND: co
 **
 ** Usage: %fossil checkout VERSION ?-f|--force?
 **
 ** Check out a version specified on the command-line.  This command
 ** will not overwrite edited files in the current checkout unless