comparison tests/test-rebase-bookmarks.t @ 17346:2944a6d35158

check-code: fix check for trailing whitespace on empty lines It seems like the intention with c7d23b4ca4ba was to catch lines with only one whitespace too.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 08 Aug 2012 18:10:30 +0200
parents 4f8054d3171b
children 2a1fac3650a5
comparison
equal deleted inserted replaced
17345:4f8054d3171b 17346:2944a6d35158
21 $ echo b > b 21 $ echo b > b
22 $ hg ci -Am B 22 $ hg ci -Am B
23 adding b 23 adding b
24 $ hg book 'X' 24 $ hg book 'X'
25 $ hg book 'Y' 25 $ hg book 'Y'
26 26
27 $ echo c > c 27 $ echo c > c
28 $ hg ci -Am C 28 $ hg ci -Am C
29 adding c 29 adding c
30 $ hg book 'Z' 30 $ hg book 'Z'
31 31
45 | | 45 | |
46 | o 1: 'B' bookmarks: X 46 | o 1: 'B' bookmarks: X
47 |/ 47 |/
48 o 0: 'A' bookmarks: 48 o 0: 'A' bookmarks:
49 49
50 50
51 Move only rebased bookmarks 51 Move only rebased bookmarks
52 52
53 $ cd .. 53 $ cd ..
54 $ hg clone -q a a1 54 $ hg clone -q a a1
55 55