Message6283

Author pmezard
Recipients
Date 2008-06-14.20:00:47
Content
$ hg init t
$ cd t
$ echo a > a
$ hg ci -Am t
adding a
$ echo b >> a
$ hg qnew -f changea
$ hg qpop
Patch queue now empty
$ echo c >> a
$ hg st
M a
$ hg qpush -f
applying changea
Now at: changea
$ cat a
a
b
c
$ hg st
History
Date User Action Args
2008-06-14 20:00:47pmezardsetmessageid: <1213473647.63.0.606307334624.issue1179@selenic.com>
2008-06-14 20:00:47pmezardlinkissue1179 messages
2008-06-14 20:00:47pmezardcreate