minor UI quirk

Ben Finney bignose+hates-spam at benfinney.id.au
Thu Jan 29 06:55:25 GMT 2009


Ian Clatworthy <ian.clatworthy at internode.on.net> writes:

> Matt Doran wrote:
> >     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".

I think the message is distinguishing between two scenarios::

    $ bzr remove --keep foo
    removed foo
    $ ls foo
    foo
    $ bzr remove foo
    deleted foo
    $ ls foo
    $

I do agree that it's still confusing.

-- 
 \          “It's dangerous to be right when the government is wrong.” |
  `\                                   —Francois Marie Arouet Voltaire |
_o__)                                                                  |
Ben Finney




More information about the bazaar mailing list