134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
}
blob_reset(&filename);
manifest_clear(&m);
}
/*
** COMMAND: checkout
** COMMAND: co
**
** Usage: %fossil checkout VERSION ?-f|--force? ?--keep?
**
** Check out a version specified on the command-line. This command
** will abort if there are edited files in the current checkout unless
** the --force option appears on the command-line. The --keep option
** leaves files on disk unchanged, except the manifest and manifest.uuid
|
<
|
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
}
blob_reset(&filename);
manifest_clear(&m);
}
/*
** COMMAND: checkout
**
** Usage: %fossil checkout VERSION ?-f|--force? ?--keep?
**
** Check out a version specified on the command-line. This command
** will abort if there are edited files in the current checkout unless
** the --force option appears on the command-line. The --keep option
** leaves files on disk unchanged, except the manifest and manifest.uuid
|