Mercurial development workflow

Brendan Cully brendan at kublai.com
Wed Aug 1 17:36:21 CDT 2007


On Thursday, 02 August 2007 at 00:26, Martin Geisler wrote:
> Very cool! I see that this also works for editing revisions further
> back than tip. If the tip revision is 100 then
> 
>   % hg qimport -r 100
>   % hg qimport -r 99
>   % hg qimport -r 98

more concisely, hg qimport -r 98:100

> let me edit the last three revisions, and 
> 
>   % hg qdelete -r qbase
>   % hg qdelete -r qbase
>   % hg qdelete -r qbase

likewise, hg qdel -r qbase:qtip


More information about the Mercurial mailing list