bzr-undelete

Parth Malwankar parth.malwankar at gmail.com
Fri Feb 20 04:26:39 GMT 2009


Hello,

I have created a bzr-undelete plugin[1] that tries the last:N
revisions of the branch to undelete the specified file(s)/dir(s).

As I am new to bzrlib API, I would very much appreciate it if
some of the bzr experts here could review it and let me know
if something could be improved.

Thanks,
Parth

[1] https://code.launchpad.net/~parthm/bzr-undelete/trunk

Purpose: Undelete file(s) deleted using 'bzr rm'
Usage:   bzr undelete [FILE...]

Options:
  --last=ARG     Search for last N revisions. (default: 20)
  -v, --verbose  Display more information.
  -q, --quiet    Only display errors and warnings.
  -h, --help     Show help message.

Description:
  This commands reverts to the last known version of a
  previously deleted file. It steps back in revisions
  starting from previous till the specified '--last'
  (default: 20).

From:     plugin "undelete"
See also: plugins/undelete



More information about the bazaar mailing list