Fossil

Check-in [a50ea974ff]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add "dismiss" cmd to pair w/ new "DISMISSED" reporting
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | lang
Files: files | file ages | folders
SHA1: a50ea974ff60dd51a6c32edd5c25176fcb4697d8
User & Date: bharder 2010-09-17 06:13:18.000
Context
2010-09-17
18:07
ws alignment for printed table of status ... (check-in: 81e9a2d0ac user: bch tags: lang)
06:13
Add "dismiss" cmd to pair w/ new "DISMISSED" reporting ... (check-in: a50ea974ff user: bharder tags: lang)
06:02
less threatening desc. for removing an artifact from repo ... (check-in: 6938d5fe80 user: bharder tags: lang)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/add.c.
226
227
228
229
230
231
232

233
234
235

236
237
238
239
240
241
242
  closedir(d);
  blob_reset(&path);
}

/*
** COMMAND: rm
** COMMAND: delete

**
** Usage: %fossil rm FILE...
**    or: %fossil delete FILE...

**
** Remove one or more files from the tree.
**
** This command does not remove the files from disk.  It just marks the
** files as no longer being part of the project.  In other words, future
** changes to the named files will not be versioned.
*/







>



>







226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
  closedir(d);
  blob_reset(&path);
}

/*
** COMMAND: rm
** COMMAND: delete
** COMMAND: dismiss
**
** Usage: %fossil rm FILE...
**    or: %fossil delete FILE...
**    or: %fossil dismiss FILE...
**
** Remove one or more files from the tree.
**
** This command does not remove the files from disk.  It just marks the
** files as no longer being part of the project.  In other words, future
** changes to the named files will not be versioned.
*/