branch | mercurial-4.1 |
changeset 2700 | 52d5c5ce27e4 |
parent 2672 | a08bd434a19b |
2615:01e32f11f1ef | 2700:52d5c5ce27e4 |
---|---|
1 #require test-repo |
1 #require test-repo |
2 |
2 |
3 Enable obsolescence to avoid the warning issue when obsmarker are found |
3 Enable obsolescence to avoid the warning issue when obsmarker are found |
4 |
4 |
5 $ cat << EOF >> $HGRCPATH |
5 $ cat << EOF >> $HGRCPATH |
6 > [diff] |
|
7 > git = yes |
|
6 > [experimental] |
8 > [experimental] |
7 > evolution=all |
9 > evolution=all |
8 > EOF |
10 > EOF |
9 |
11 |
10 Go back in the hg repo |
12 Go back in the hg repo |