##// END OF EJS Templates
mq: make qnew patch format consistent with qrefresh (issue1457)
Bernhard Leiner -
r7614:f9fcb189 default
parent child Browse files
Show More
@@ -756,7 +756,7 b' class queue:'
756 756 self.series_dirty = 1
757 757 self.applied_dirty = 1
758 758 if msg:
759 msg = msg + "\n"
759 msg = msg + "\n\n"
760 760 p.write(msg)
761 761 if commitfiles:
762 762 diffopts = self.diffopts()
@@ -48,6 +48,7 b' Now at: 1.patch'
48 48 # Date 6 0
49 49
50 50 Three
51
51 52 1: Three - test - 6.00
52 53 0: [mq]: 1.patch - test - 4.00
53 54 ==== qref
@@ -46,6 +46,7 b' 0: [mq]: 1.patch - mary'
46 46 From: test
47 47
48 48 Three
49
49 50 2: Three - test
50 51 1: [mq]: 2.patch - jane
51 52 0: [mq]: 1.patch - mary
@@ -15,6 +15,7 b' A test.patch'
15 15 abort: missing: No such file or directory
16 16 % qnew -m
17 17 foo bar
18
18 19 % qnew twice
19 20 abort: patch "first.patch" already exists
20 21 abort: patch "first.patch" already exists
General Comments 0
You need to be logged in to leave comments. Login now