tests/test-mq-qdelete.out
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 08 Apr 2009 13:29:51 +0900
changeset 8068 389e2820280d
parent 7782 140429276b63
child 8832 6e6f5b80e056
permissions -rw-r--r--
inotify: Simplifying init code simplifying retry = False try: try: doA() retry = True except X: doB() retry = True except: doC() pass if retry: doD() -- into -- try: try: doA() except X: doB() except: doC() pass else: doD()

adding base
abort: qdelete requires at least one revision or patch name
abort: cannot delete applied patch c
now at: b
a
b
a
b
series
status
now at: a
a
b
series
status
1 [mq]: a
0 base
abort: cannot delete revision 3 above applied patches
f
4 [mq]: f
3 [mq]: e
2 [mq]: d
1 [mq]: a
0 base
adding base
abort: no revisions specified
no patches applied
abort: revision 0 is not managed
abort: cannot delete revision 2 above applied patches
now at: b
abort: unknown revision 'c'!
applying c
patch c is empty
now at: c
c
3 imported patch c
2 [mq]: b
1 [mq]: a
0 base
3 imported patch c
2 [mq]: b
1 [mq]: a
0 base
series
status