[PATCH 1 of 8] commands: add abandon command

Tuukka Tolvanen tuukka.tolvanen at gmail.com
Tue Jun 7 16:07:53 CDT 2011


Ahh, nitpicking :)

1.6.2011 19:42, Martin Geisler kirjoitti:

> +    """abandon specified changeset and its descendents"""

> +    abandoned = repo.changelog.descendants(root.rev())

Fight!

hg$ fgrep -ir descendant * --exclude='*.[mp]o' | wc -l
       98
hg$ fgrep -ir descendent * --exclude='*.[mp]o' | wc -l
       26

descendant wins :)

't.


More information about the Mercurial-devel mailing list