minor UI quirk
Adrian Wilkins
adrian.wilkins at gmail.com
Thu Jan 29 11:55:09 GMT 2009
>> C:\Development\papercut-roi\trunk\images>bzr remove icons
>> deleted images/icons
>
>> It seems there's a bit of inconsistency there. :)
>>
>> Is there a historical reason for this? Or could/should this
>> inconsistency be cleaned up? I'm happy to submit a patch if there's
>> some consensus.
>
> Not that I know of. I'd be fine with a patch changing the wording
> from "deleted XXX" to "removed XXX".
>
There is a point to this :
adrian at motoko:~/test/one$ bzr rm one
deleted one
adrian at motoko:~/test/one$ bzr revert
+N one
adrian at motoko:~/test/one$ bzr rm one --keep
removed one
"deleted" serves to inform you that the file was deleted from the
filesystem. "removed" indicates that it's just been taken out of the
branch inventory.
I prefer it the way it is. There's a `del` alias for `remove` in
addition to `rm` ; that's closer to the DOS command than `delete` is.
You can always make your own alias though.
More information about the bazaar
mailing list