tests/test-tutorial.t
branchmercurial-4.2
changeset 3419 1e2f683e11e7
parent 3288 b714709afe6a
parent 3418 85cdce113c2c
child 3592 7a5c3175015e
equal deleted inserted replaced
3381:16b4f0e32d9d 3419:1e2f683e11e7
   131   
   131   
   132 #if docgraph-ext
   132 #if docgraph-ext
   133   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   133   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   134   .. graphviz::
   134   .. graphviz::
   135   
   135   
   136       strict digraph  {
   136       strict digraph "Mercurial graph" {
   137       	graph [rankdir=LR,
   137       	graph [rankdir=LR,
   138       		splines=polyline
   138       		splines=polyline
   139       	];
   139       	];
   140       	node [label="\N"];
   140       	node [label="\N"];
   141       	0	 [fillcolor="#9999FF",
   141       	0	 [fillcolor="#7F7FFF",
   142       		fixedsize=true,
   142       		fixedsize=true,
   143       		group=default,
   143       		group=default,
   144       		height=0.5,
   144       		height=1,
   145       		label=0,
   145       		label=0,
   146       		pin=true,
   146       		pin=true,
   147       		pos="1,0!",
   147       		pos="1,0!",
   148       		shape=circle,
   148       		shape=circle,
   149       		style=filled,
   149       		style=filled,
   150       		width=0.5];
   150       		width=1];
   151       	1	 [fillcolor="#9999FF",
   151       	1	 [fillcolor="#7F7FFF",
   152       		fixedsize=true,
   152       		fixedsize=true,
   153       		group=default,
   153       		group=default,
   154       		height=0.5,
   154       		height=1,
   155       		label=1,
   155       		label=1,
   156       		pin=true,
   156       		pin=true,
   157       		pos="1,1!",
   157       		pos="1,1!",
   158       		shape=pentagon,
   158       		shape=pentagon,
   159       		style=filled,
   159       		style=filled,
   160       		width=0.5];
   160       		width=1];
   161       	0 -> 1	 [arrowhead=none,
   161       	0 -> 1	 [arrowhead=none,
   162       		penwidth=2.0];
   162       		penwidth=2.0];
   163       	2	 [fillcolor="#9999FF",
   163       	2	 [fillcolor="#7F7FFF",
   164       		fixedsize=true,
   164       		fixedsize=true,
   165       		group=default,
   165       		group=default,
   166       		height=0.5,
   166       		height=1,
   167       		label=2,
   167       		label=2,
   168       		pin=true,
   168       		pin=true,
   169       		pos="1,2!",
   169       		pos="1,2!",
   170       		shape=pentagon,
   170       		shape=pentagon,
   171       		style=filled,
   171       		style=filled,
   172       		width=0.5];
   172       		width=1];
   173       	1 -> 2	 [arrowhead=none,
   173       	1 -> 2	 [arrowhead=none,
   174       		penwidth=2.0];
   174       		penwidth=2.0];
   175       }
   175       }
   176 #endif
   176 #endif
   177 
   177 
   210 
   210 
   211 #if docgraph-ext
   211 #if docgraph-ext
   212   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   212   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   213   .. graphviz::
   213   .. graphviz::
   214   
   214   
   215       strict digraph  {
   215       strict digraph "Mercurial graph" {
   216       	graph [rankdir=LR,
   216       	graph [rankdir=LR,
   217       		splines=polyline
   217       		splines=polyline
   218       	];
   218       	];
   219       	node [label="\N"];
   219       	node [label="\N"];
   220       	0	 [fillcolor="#9999FF",
   220       	0	 [fillcolor="#7F7FFF",
   221       		fixedsize=true,
   221       		fixedsize=true,
   222       		group=default,
   222       		group=default,
   223       		height=0.5,
   223       		height=1,
   224       		label=0,
   224       		label=0,
   225       		pin=true,
   225       		pin=true,
   226       		pos="1,0!",
   226       		pos="1,0!",
   227       		shape=circle,
   227       		shape=circle,
   228       		style=filled,
   228       		style=filled,
   229       		width=0.5];
   229       		width=1];
   230       	1	 [fillcolor="#9999FF",
   230       	1	 [fillcolor="#7F7FFF",
   231       		fixedsize=true,
   231       		fixedsize=true,
   232       		group=default,
   232       		group=default,
   233       		height=0.5,
   233       		height=1,
   234       		label=1,
   234       		label=1,
   235       		pin=true,
   235       		pin=true,
   236       		pos="1,1!",
   236       		pos="1,1!",
   237       		shape=pentagon,
   237       		shape=pentagon,
   238       		style=filled,
   238       		style=filled,
   239       		width=0.5];
   239       		width=1];
   240       	0 -> 1	 [arrowhead=none,
   240       	0 -> 1	 [arrowhead=none,
   241       		penwidth=2.0];
   241       		penwidth=2.0];
   242       	2	 [fillcolor="#9999FF",
   242       	2	 [fillcolor="#7F7FFF",
   243       		fixedsize=true,
   243       		fixedsize=true,
   244       		group=default,
   244       		group=default,
   245       		height=0.5,
   245       		height=1,
   246       		label=2,
   246       		label=2,
   247       		pin=true,
   247       		pin=true,
   248       		pos="1,2!",
   248       		pos="1,2!",
   249       		shape=pentagon,
   249       		shape=pentagon,
   250       		style=filled,
   250       		style=filled,
   251       		width=0.5];
   251       		width=1];
   252       	1 -> 2	 [arrowhead=none,
   252       	1 -> 2	 [arrowhead=none,
   253       		penwidth=2.0];
   253       		penwidth=2.0];
   254       }
   254       }
   255 #endif
   255 #endif
   256 
   256 
   282   
   282   
   283 #if docgraph-ext
   283 #if docgraph-ext
   284   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   284   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   285   .. graphviz::
   285   .. graphviz::
   286   
   286   
   287       strict digraph  {
   287       strict digraph "Mercurial graph" {
   288       	graph [rankdir=LR,
   288       	graph [rankdir=LR,
   289       		splines=polyline
   289       		splines=polyline
   290       	];
   290       	];
   291       	node [label="\N"];
   291       	node [label="\N"];
   292       	0	 [fillcolor="#9999FF",
   292       	0	 [fillcolor="#7F7FFF",
   293       		fixedsize=true,
   293       		fixedsize=true,
   294       		group=default,
   294       		group=default,
   295       		height=0.5,
   295       		height=1,
   296       		label=0,
   296       		label=0,
   297       		pin=true,
   297       		pin=true,
   298       		pos="1,0!",
   298       		pos="1,0!",
   299       		shape=circle,
   299       		shape=circle,
   300       		style=filled,
   300       		style=filled,
   301       		width=0.5];
   301       		width=1];
   302       	1	 [fillcolor="#9999FF",
   302       	1	 [fillcolor="#7F7FFF",
   303       		fixedsize=true,
   303       		fixedsize=true,
   304       		group=default,
   304       		group=default,
   305       		height=0.5,
   305       		height=1,
   306       		label=1,
   306       		label=1,
   307       		pin=true,
   307       		pin=true,
   308       		pos="1,1!",
   308       		pos="1,1!",
   309       		shape=pentagon,
   309       		shape=pentagon,
   310       		style=filled,
   310       		style=filled,
   311       		width=0.5];
   311       		width=1];
   312       	0 -> 1	 [arrowhead=none,
   312       	0 -> 1	 [arrowhead=none,
   313       		penwidth=2.0];
   313       		penwidth=2.0];
   314       	4	 [fillcolor="#9999FF",
   314       	4	 [fillcolor="#9999FF",
   315       		fixedsize=true,
   315       		fixedsize=true,
   316       		group=default,
   316       		group=default,
   317       		height=0.5,
   317       		height=1,
   318       		label=4,
   318       		label=3,
   319       		pin=true,
   319       		pin=true,
   320       		pos="1,4!",
   320       		pos="1,4!",
   321       		shape=pentagon,
   321       		shape=pentagon,
   322       		style=filled,
   322       		style=filled,
   323       		width=0.5];
       
   324       	1 -> 4	 [arrowhead=none,
       
   325       		penwidth=2.0];
   323       		penwidth=2.0];
   326       }
   324       }
   327 #endif
   325 #endif
   328 
   326 
   329   $ hg export tip
   327   $ hg export tip
   382 
   380 
   383 #if docgraph-ext
   381 #if docgraph-ext
   384   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   382   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   385   .. graphviz::
   383   .. graphviz::
   386   
   384   
   387       strict digraph  {
   385       strict digraph "Mercurial graph" {
   388       	graph [rankdir=LR,
   386       	graph [rankdir=LR,
   389       		splines=polyline
   387       		splines=polyline
   390       	];
   388       	];
   391       	node [label="\N"];
   389       	node [label="\N"];
   392       	0	 [fillcolor="#9999FF",
   390       	0	 [fillcolor="#7F7FFF",
   393       		fixedsize=true,
   391       		fixedsize=true,
   394       		group=default,
   392       		group=default,
   395       		height=0.5,
   393       		height=1,
   396       		label=0,
   394       		label=0,
   397       		pin=true,
   395       		pin=true,
   398       		pos="1,0!",
   396       		pos="1,0!",
   399       		shape=circle,
   397       		shape=circle,
   400       		style=filled,
   398       		style=filled,
   401       		width=0.5];
   399       		width=1];
   402       	1	 [fillcolor="#9999FF",
   400       	1	 [fillcolor="#7F7FFF",
   403       		fixedsize=true,
   401       		fixedsize=true,
   404       		group=default,
   402       		group=default,
   405       		height=0.5,
   403       		height=1,
   406       		label=1,
   404       		label=1,
   407       		pin=true,
   405       		pin=true,
   408       		pos="1,1!",
   406       		pos="1,1!",
   409       		shape=pentagon,
   407       		shape=pentagon,
   410       		style=filled,
   408       		style=filled,
   411       		width=0.5];
   409       		width=1];
   412       	0 -> 1	 [arrowhead=none,
   410       	0 -> 1	 [arrowhead=none,
   413       		penwidth=2.0];
   411       		penwidth=2.0];
   414       	5	 [fillcolor="#9999FF",
   412       		fixedsize=true,
   415       		fixedsize=true,
   413       		group=default,
   416       		group=default,
   414       		height=1,
   417       		height=0.5,
       
   418       		label=5,
       
   419       		pin=true,
       
   420       		pos="1,5!",
       
   421       		shape=circle,
       
   422       		style=filled,
       
   423       		width=0.5];
       
   424       	0 -> 5	 [arrowhead=none,
       
   425       		penwidth=2.0];
       
   426       	4	 [fillcolor="#9999FF",
       
   427       		fixedsize=true,
       
   428       		group=default,
       
   429       		height=0.5,
       
   430       		label=4,
   415       		label=4,
   431       		pin=true,
   416       		pin=true,
   432       		pos="1,4!",
   417       		pos="1,4!",
   433       		shape=pentagon,
       
   434       		style=filled,
       
   435       		width=0.5];
       
   436       	1 -> 4	 [arrowhead=none,
       
   437       		penwidth=2.0];
   418       		penwidth=2.0];
   438       }
   419       }
   439 #endif
   420 #endif
   440 
   421 
   441 Instead of merging my head with the new one. I'm going to rebase my work
   422 Instead of merging my head with the new one. I'm going to rebase my work
   461   
   442   
   462 #if docgraph-ext
   443 #if docgraph-ext
   463   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   444   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   464   .. graphviz::
   445   .. graphviz::
   465   
   446   
   466       strict digraph  {
   447       strict digraph "Mercurial graph" {
   467       	graph [rankdir=LR,
   448       	graph [rankdir=LR,
   468       		splines=polyline
   449       		splines=polyline
   469       	];
   450       	];
   470       	node [label="\N"];
   451       	node [label="\N"];
   471       	0	 [fillcolor="#9999FF",
   452       	0	 [fillcolor="#7F7FFF",
   472       		fixedsize=true,
   453       		fixedsize=true,
   473       		group=default,
   454       		group=default,
   474       		height=0.5,
   455       		height=1,
   475       		label=0,
   456       		label=0,
   476       		pin=true,
   457       		pin=true,
   477       		pos="1,0!",
   458       		pos="1,0!",
   478       		shape=circle,
   459       		shape=circle,
   479       		style=filled,
   460       		style=filled,
   480       		width=0.5];
   461       		fixedsize=true,
   481       	5	 [fillcolor="#9999FF",
   462       		group=default,
   482       		fixedsize=true,
   463       		height=1,
   483       		group=default,
       
   484       		height=0.5,
       
   485       		label=5,
   464       		label=5,
   486       		pin=true,
   465       		pin=true,
   487       		pos="1,5!",
   466       		pos="1,5!",
   488       		shape=circle,
   467       		shape=circle,
   489       		style=filled,
   468       		style=filled,
   490       		width=0.5];
   469       		penwidth=2.0];
   491       	0 -> 5	 [arrowhead=none,
   470       	6	 [fillcolor="#7F7FFF",
   492       		penwidth=2.0];
   471       		fixedsize=true,
   493       	6	 [fillcolor="#9999FF",
   472       		group=default,
   494       		fixedsize=true,
   473       		height=1,
   495       		group=default,
       
   496       		height=0.5,
       
   497       		label=6,
   474       		label=6,
   498       		pin=true,
   475       		pin=true,
   499       		pos="1,6!",
   476       		pos="1,6!",
   500       		shape=pentagon,
   477       		shape=pentagon,
   501       		style=filled,
   478       		style=filled,
   502       		width=0.5];
   479       		width=1];
   503       	5 -> 6	 [arrowhead=none,
   480       	5 -> 6	 [arrowhead=none,
   504       		penwidth=2.0];
   481       		penwidth=2.0];
   505       	7	 [fillcolor="#9999FF",
   482       	7	 [fillcolor="#9999FF",
   506       		fixedsize=true,
   483       		fixedsize=true,
   507       		group=default,
   484       		group=default,
   563 
   540 
   564 #if docgraph-ext
   541 #if docgraph-ext
   565   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   542   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   566   .. graphviz::
   543   .. graphviz::
   567   
   544   
   568       strict digraph  {
   545       strict digraph "Mercurial graph" {
   569       	graph [rankdir=LR,
   546       	graph [rankdir=LR,
   570       		splines=polyline
   547       		splines=polyline
   571       	];
   548       	];
   572       	node [label="\N"];
   549       	node [label="\N"];
   573       	0	 [fillcolor="#9999FF",
   550       	0	 [fillcolor="#7F7FFF",
   574       		fixedsize=true,
   551       		fixedsize=true,
   575       		group=default,
   552       		group=default,
   576       		height=0.5,
   553       		height=1,
   577       		label=0,
   554       		label=0,
   578       		pin=true,
   555       		pin=true,
   579       		pos="1,0!",
   556       		pos="1,0!",
   580       		shape=circle,
   557       		shape=circle,
   581       		style=filled,
   558       		style=filled,
   582       		width=0.5];
   559       		fixedsize=true,
   583       	5	 [fillcolor="#9999FF",
   560       		group=default,
   584       		fixedsize=true,
   561       		height=1,
   585       		group=default,
       
   586       		height=0.5,
       
   587       		label=5,
   562       		label=5,
   588       		pin=true,
   563       		pin=true,
   589       		pos="1,5!",
   564       		pos="1,5!",
   590       		shape=circle,
   565       		shape=circle,
   591       		style=filled,
   566       		style=filled,
   592       		width=0.5];
   567       		penwidth=2.0];
   593       	0 -> 5	 [arrowhead=none,
   568       	6	 [fillcolor="#7F7FFF",
   594       		penwidth=2.0];
   569       		fixedsize=true,
   595       	6	 [fillcolor="#9999FF",
   570       		group=default,
   596       		fixedsize=true,
   571       		height=1,
   597       		group=default,
       
   598       		height=0.5,
       
   599       		label=6,
   572       		label=6,
   600       		pin=true,
   573       		pin=true,
   601       		pos="1,6!",
   574       		pos="1,6!",
   602       		shape=pentagon,
   575       		shape=pentagon,
   603       		style=filled,
   576       		style=filled,
   604       		width=0.5];
   577       		width=1];
   605       	5 -> 6	 [arrowhead=none,
   578       	5 -> 6	 [arrowhead=none,
   606       		penwidth=2.0];
   579       		penwidth=2.0];
   607       	7	 [fillcolor="#9999FF",
   580       	7	 [fillcolor="#9999FF",
   608       		fixedsize=true,
   581       		fixedsize=true,
   609       		group=default,
   582       		group=default,
   683 
   656 
   684 #if docgraph-ext
   657 #if docgraph-ext
   685   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   658   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   686   .. graphviz::
   659   .. graphviz::
   687   
   660   
   688       strict digraph  {
   661       strict digraph "Mercurial graph" {
   689       	graph [rankdir=LR,
   662       	graph [rankdir=LR,
   690       		splines=polyline
   663       		splines=polyline
   691       	];
   664       	];
   692       	node [label="\N"];
   665       	node [label="\N"];
   693       	0	 [fillcolor="#9999FF",
   666       	0	 [fillcolor="#7F7FFF",
   694       		fixedsize=true,
   667       		fixedsize=true,
   695       		group=default,
   668       		group=default,
       
   669       		height=1,
       
   670       		label=0,
       
   671       		pin=true,
       
   672       		pos="1,0!",
       
   673       		shape=circle,
       
   674       		style=filled,
       
   675       		fixedsize=true,
       
   676       		group=default,
       
   677       		height=1,
       
   678       		label=5,
       
   679       		pin=true,
       
   680       		pos="1,5!",
       
   681       		shape=circle,
       
   682       		style=filled,
       
   683       		penwidth=2.0];
       
   684       	6	 [fillcolor="#7F7FFF",
       
   685       		fixedsize=true,
       
   686       		group=default,
       
   687       		height=1,
       
   688       		label=6,
       
   689       		pin=true,
       
   690       		pos="1,6!",
       
   691       		shape=pentagon,
       
   692       		style=filled,
       
   693       		width=1];
       
   694       	5 -> 6	 [arrowhead=none,
       
   695       		penwidth=2.0];
   696       		height=0.5,
   696       		height=0.5,
   697       		label=0,
       
   698       		pin=true,
       
   699       		pos="1,0!",
       
   700       		shape=circle,
       
   701       		style=filled,
       
   702       		width=0.5];
       
   703       	5	 [fillcolor="#9999FF",
       
   704       		fixedsize=true,
       
   705       		group=default,
       
   706       		height=0.5,
       
   707       		label=5,
       
   708       		pin=true,
       
   709       		pos="1,5!",
       
   710       		shape=circle,
       
   711       		style=filled,
       
   712       		width=0.5];
       
   713       	0 -> 5	 [arrowhead=none,
       
   714       		penwidth=2.0];
       
   715       	6	 [fillcolor="#9999FF",
       
   716       		fixedsize=true,
       
   717       		group=default,
       
   718       		height=0.5,
       
   719       		label=6,
       
   720       		pin=true,
       
   721       		pos="1,6!",
       
   722       		shape=pentagon,
       
   723       		style=filled,
       
   724       		width=0.5];
       
   725       	5 -> 6	 [arrowhead=none,
       
   726       		penwidth=2.0];
       
   727       	7	 [fillcolor="#9999FF",
       
   728       		fixedsize=true,
       
   729       		group=default,
       
   730       		height=0.5,
       
   731       		label=7,
       
   732       		pin=true,
       
   733       		pos="1,7!",
       
   734       		shape=pentagon,
       
   735       		style=filled,
       
   736       		width=0.5];
       
   737       	6 -> 7	 [arrowhead=none,
       
   738       		penwidth=2.0];
       
   739       	9	 [fillcolor="#9999FF",
       
   740       		fixedsize=true,
       
   741       		group=default,
       
   742       		height=0.5,
       
   743       		label=9,
       
   744       		pin=true,
       
   745       		pos="1,9!",
       
   746       		shape=pentagon,
       
   747       		style=filled,
       
   748       		width=0.5];
       
   749       	7 -> 9	 [arrowhead=none,
       
   750       		penwidth=2.0];
       
   751       	11	 [fillcolor="#9999FF",
       
   752       		fixedsize=true,
       
   753       		group=default,
       
   754       		height=0.5,
       
   755       		label=11,
       
   756       		pin=true,
       
   757       		pos="1,11!",
       
   758       		shape=pentagon,
       
   759       		style=filled,
       
   760       		width=0.5];
       
   761       	7 -> 11	 [arrowhead=none,
       
   762       		penwidth=2.0];
   697       		penwidth=2.0];
   763       }
   698       }
   764 #endif
   699 #endif
   765 
   700 
   766 We have a new SPAM SPAM version without the bathroom stuff
   701 We have a new SPAM SPAM version without the bathroom stuff
   827 
   762 
   828 #if docgraph-ext
   763 #if docgraph-ext
   829   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   764   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
   830   .. graphviz::
   765   .. graphviz::
   831   
   766   
   832       strict digraph  {
   767       strict digraph "Mercurial graph" {
   833       	graph [rankdir=LR,
   768       	graph [rankdir=LR,
   834       		splines=polyline
   769       		splines=polyline
   835       	];
   770       	];
   836       	node [label="\N"];
   771       	node [label="\N"];
   837       	0	 [fillcolor="#9999FF",
   772       	0	 [fillcolor="#7F7FFF",
   838       		fixedsize=true,
   773       		fixedsize=true,
   839       		group=default,
   774       		group=default,
   840       		height=0.5,
   775       		height=1,
   841       		label=0,
   776       		label=0,
   842       		pin=true,
   777       		pin=true,
   843       		pos="1,0!",
   778       		pos="1,0!",
   844       		shape=circle,
   779       		shape=circle,
   845       		style=filled,
   780       		style=filled,
   846       		width=0.5];
   781       		penwidth=2.0];
   847       	5	 [fillcolor="#9999FF",
   782       	11	 [fillcolor="#7F7FFF",
   848       		fixedsize=true,
   783       		fixedsize=true,
   849       		group=default,
   784       		group=default,
   850       		height=0.5,
   785       		height=1,
   851       		label=5,
       
   852       		pin=true,
       
   853       		pos="1,5!",
       
   854       		shape=circle,
       
   855       		style=filled,
       
   856       		width=0.5];
       
   857       	0 -> 5	 [arrowhead=none,
       
   858       		penwidth=2.0];
       
   859       	6	 [fillcolor="#9999FF",
       
   860       		fixedsize=true,
       
   861       		group=default,
       
   862       		height=0.5,
       
   863       		label=6,
       
   864       		pin=true,
       
   865       		pos="1,6!",
       
   866       		shape=circle,
       
   867       		style=filled,
       
   868       		width=0.5];
       
   869       	5 -> 6	 [arrowhead=none,
       
   870       		penwidth=2.0];
       
   871       	7	 [fillcolor="#9999FF",
       
   872       		fixedsize=true,
       
   873       		group=default,
       
   874       		height=0.5,
       
   875       		label=7,
       
   876       		pin=true,
       
   877       		pos="1,7!",
       
   878       		shape=circle,
       
   879       		style=filled,
       
   880       		width=0.5];
       
   881       	6 -> 7	 [arrowhead=none,
       
   882       		penwidth=2.0];
       
   883       	11	 [fillcolor="#9999FF",
       
   884       		fixedsize=true,
       
   885       		group=default,
       
   886       		height=0.5,
       
   887       		label=11,
   786       		label=11,
   888       		pin=true,
   787       		pin=true,
   889       		pos="1,11!",
   788       		pos="1,11!",
   890       		shape=circle,
   789       		shape=circle,
   891       		style=filled,
   790       		style=filled,
   899       		label=12,
   798       		label=12,
   900       		pin=true,
   799       		pin=true,
   901       		pos="1,12!",
   800       		pos="1,12!",
   902       		shape=pentagon,
   801       		shape=pentagon,
   903       		style=filled,
   802       		style=filled,
   904       		width=0.5];
       
   905       	11 -> 12	 [arrowhead=none,
       
   906       		penwidth=2.0];
   803       		penwidth=2.0];
   907       }
   804       }
   908 #endif
   805 #endif
   909 
   806 
   910 Splitting change
   807 Splitting change
   934   
   831   
   935   options ([+] can be repeated):
   832   options ([+] can be repeated):
   936   
   833   
   937    -a --all                 uncommit all changes when no arguments given
   834    -a --all                 uncommit all changes when no arguments given
   938    -r --rev VALUE           revert commit content to REV instead
   835    -r --rev VALUE           revert commit content to REV instead
       
   836       --revert              discard working directory changes after uncommit
   939    -n --note VALUE          store a note on uncommit
   837    -n --note VALUE          store a note on uncommit
   940    -I --include PATTERN [+] include names matching the given patterns
   838    -I --include PATTERN [+] include names matching the given patterns
   941    -X --exclude PATTERN [+] exclude names matching the given patterns
   839    -X --exclude PATTERN [+] exclude names matching the given patterns
   942    -m --message TEXT        use text as commit message
   840    -m --message TEXT        use text as commit message
   943    -l --logfile FILE        read commit message from file
   841    -l --logfile FILE        read commit message from file
  1120 
  1018 
  1121 #if docgraph-ext
  1019 #if docgraph-ext
  1122   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1020   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1123   .. graphviz::
  1021   .. graphviz::
  1124   
  1022   
  1125       strict digraph  {
  1023       strict digraph "Mercurial graph" {
  1126       	graph [rankdir=LR,
  1024       	graph [rankdir=LR,
  1127       		splines=polyline
  1025       		splines=polyline
  1128       	];
  1026       	];
  1129       	node [label="\N"];
  1027       	node [label="\N"];
  1130       	0	 [fillcolor="#9999FF",
  1028       	0	 [fillcolor="#7F7FFF",
  1131       		fixedsize=true,
  1029       		fixedsize=true,
  1132       		group=default,
  1030       		group=default,
  1133       		height=0.5,
  1031       		height=1,
  1134       		label=0,
  1032       		label=0,
  1135       		pin=true,
  1033       		pin=true,
  1136       		pos="1,0!",
  1034       		pos="1,0!",
  1137       		shape=circle,
  1035       		shape=circle,
  1138       		style=filled,
  1036       		style=filled,
  1139       		width=0.5];
       
  1140       	5	 [fillcolor="#9999FF",
       
  1141       		fixedsize=true,
       
  1142       		group=default,
       
  1143       		height=0.5,
       
  1144       		label=5,
       
  1145       		pin=true,
       
  1146       		pos="1,5!",
       
  1147       		shape=circle,
       
  1148       		style=filled,
       
  1149       		width=0.5];
       
  1150       	0 -> 5	 [arrowhead=none,
       
  1151       		penwidth=2.0];
       
  1152       	6	 [fillcolor="#9999FF",
       
  1153       		fixedsize=true,
       
  1154       		group=default,
       
  1155       		height=0.5,
       
  1156       		label=6,
       
  1157       		pin=true,
       
  1158       		pos="1,6!",
       
  1159       		shape=circle,
       
  1160       		style=filled,
       
  1161       		width=0.5];
       
  1162       	5 -> 6	 [arrowhead=none,
       
  1163       		penwidth=2.0];
       
  1164       	7	 [fillcolor="#9999FF",
       
  1165       		fixedsize=true,
       
  1166       		group=default,
       
  1167       		height=0.5,
       
  1168       		label=7,
       
  1169       		pin=true,
       
  1170       		pos="1,7!",
       
  1171       		shape=circle,
       
  1172       		style=filled,
       
  1173       		width=0.5];
       
  1174       	6 -> 7	 [arrowhead=none,
       
  1175       		penwidth=2.0];
       
  1176       	11	 [fillcolor="#9999FF",
       
  1177       		fixedsize=true,
       
  1178       		group=default,
       
  1179       		height=0.5,
       
  1180       		label=11,
       
  1181       		pin=true,
  1037       		pin=true,
  1182       		pos="1,11!",
  1038       		pos="1,11!",
  1183       		shape=circle,
  1039       		shape=circle,
  1184       		style=filled,
  1040       		style=filled,
  1185       		width=0.5];
  1041       		width=0.5];
  1192       		label=14,
  1048       		label=14,
  1193       		pin=true,
  1049       		pin=true,
  1194       		pos="1,14!",
  1050       		pos="1,14!",
  1195       		shape=pentagon,
  1051       		shape=pentagon,
  1196       		style=filled,
  1052       		style=filled,
  1197       		width=0.5];
       
  1198       	11 -> 14	 [arrowhead=none,
       
  1199       		penwidth=2.0];
  1053       		penwidth=2.0];
  1200       }
  1054       }
  1201 #endif
  1055 #endif
  1202 
  1056 
  1203 When we pull from remote again we get an unstable state!
  1057 When we pull from remote again we get an unstable state!
  1236 
  1090 
  1237 #if docgraph-ext
  1091 #if docgraph-ext
  1238   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1092   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1239   .. graphviz::
  1093   .. graphviz::
  1240   
  1094   
  1241       strict digraph  {
  1095       strict digraph "Mercurial graph" {
  1242       	graph [rankdir=LR,
  1096       	graph [rankdir=LR,
  1243       		splines=polyline
  1097       		splines=polyline
  1244       	];
  1098       	];
  1245       	node [label="\N"];
  1099       	node [label="\N"];
  1246       	0	 [fillcolor="#9999FF",
  1100       	0	 [fillcolor="#7F7FFF",
  1247       		fixedsize=true,
  1101       		fixedsize=true,
  1248       		group=default,
  1102       		group=default,
  1249       		height=0.5,
  1103       		height=1,
  1250       		label=0,
  1104       		label=0,
  1251       		pin=true,
  1105       		pin=true,
  1252       		pos="1,0!",
  1106       		pos="1,0!",
  1253       		shape=circle,
  1107       		shape=circle,
  1254       		style=filled,
  1108       		style=filled,
  1255       		width=0.5];
       
  1256       	5	 [fillcolor="#9999FF",
       
  1257       		fixedsize=true,
       
  1258       		group=default,
       
  1259       		height=0.5,
       
  1260       		label=5,
       
  1261       		pin=true,
       
  1262       		pos="1,5!",
       
  1263       		shape=circle,
       
  1264       		style=filled,
       
  1265       		width=0.5];
       
  1266       	0 -> 5	 [arrowhead=none,
       
  1267       		penwidth=2.0];
       
  1268       	6	 [fillcolor="#9999FF",
       
  1269       		fixedsize=true,
       
  1270       		group=default,
       
  1271       		height=0.5,
       
  1272       		label=6,
       
  1273       		pin=true,
       
  1274       		pos="1,6!",
       
  1275       		shape=circle,
       
  1276       		style=filled,
       
  1277       		width=0.5];
       
  1278       	5 -> 6	 [arrowhead=none,
       
  1279       		penwidth=2.0];
       
  1280       	7	 [fillcolor="#9999FF",
       
  1281       		fixedsize=true,
       
  1282       		group=default,
       
  1283       		height=0.5,
       
  1284       		label=7,
       
  1285       		pin=true,
       
  1286       		pos="1,7!",
       
  1287       		shape=circle,
       
  1288       		style=filled,
       
  1289       		width=0.5];
       
  1290       	6 -> 7	 [arrowhead=none,
       
  1291       		penwidth=2.0];
       
  1292       	11	 [fillcolor="#9999FF",
       
  1293       		fixedsize=true,
       
  1294       		group=default,
       
  1295       		height=0.5,
       
  1296       		label=11,
       
  1297       		pin=true,
       
  1298       		pos="1,11!",
       
  1299       		shape=circle,
       
  1300       		style=filled,
       
  1301       		width=0.5];
       
  1302       	7 -> 11	 [arrowhead=none,
       
  1303       		penwidth=2.0];
       
  1304       	12	 [fillcolor="#DFDFFF",
       
  1305       		fixedsize=true,
       
  1306       		group=default_alt,
       
  1307       		height=0.5,
       
  1308       		label=12,
       
  1309       		pin=true,
       
  1310       		pos="2,12!",
       
  1311       		shape=pentagon,
       
  1312       		style="dotted, filled",
       
  1313       		width=0.5];
       
  1314       	11 -> 12	 [arrowhead=none,
       
  1315       		penwidth=2.0];
       
  1316       	14	 [fillcolor="#9999FF",
       
  1317       		fixedsize=true,
       
  1318       		group=default,
       
  1319       		height=0.5,
       
  1320       		label=14,
       
  1321       		pin=true,
       
  1322       		pos="1,14!",
       
  1323       		shape=pentagon,
       
  1324       		style=filled,
       
  1325       		width=0.5];
       
  1326       	11 -> 14	 [arrowhead=none,
       
  1327       		penwidth=2.0];
       
  1328       	12 -> 14	 [arrowhead=none,
       
  1329       		minlen=0,
       
  1330       		penwidth=2.0,
       
  1331       		style=dashed];
       
  1332       	15	 [fillcolor="#FF4F4F",
       
  1333       		fixedsize=true,
       
  1334       		group=default_alt,
       
  1335       		height=0.5,
       
  1336       		label=15,
       
  1337       		pin=true,
       
  1338       		pos="2,15!",
       
  1339       		shape=pentagon,
       
  1340       		style=filled,
       
  1341       		width=0.5];
       
  1342       	12 -> 15	 [arrowhead=none,
       
  1343       		penwidth=2.0];
  1109       		penwidth=2.0];
  1344       }
  1110       }
  1345 #endif
  1111 #endif
  1346 
  1112 
  1347 The older version 75954b8cd933 never ceased to exist in the local repo. It was
  1113 The older version 75954b8cd933 never ceased to exist in the local repo. It was
  1398 
  1164 
  1399 #if docgraph-ext
  1165 #if docgraph-ext
  1400   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1166   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1401   .. graphviz::
  1167   .. graphviz::
  1402   
  1168   
  1403       strict digraph  {
  1169       strict digraph "Mercurial graph" {
  1404       	graph [rankdir=LR,
  1170       	graph [rankdir=LR,
  1405       		splines=polyline
  1171       		splines=polyline
  1406       	];
  1172       	];
  1407       	node [label="\N"];
  1173       	node [label="\N"];
  1408       	0	 [fillcolor="#9999FF",
  1174       	0	 [fillcolor="#7F7FFF",
  1409       		fixedsize=true,
  1175       		fixedsize=true,
  1410       		group=default,
  1176       		group=default,
  1411       		height=0.5,
  1177       		height=1,
  1412       		label=0,
  1178       		label=0,
  1413       		pin=true,
  1179       		pin=true,
  1414       		pos="1,0!",
  1180       		pos="1,0!",
  1415       		shape=circle,
  1181       		shape=circle,
  1416       		style=filled,
  1182       		style=filled,
  1417       		width=0.5];
  1183       		penwidth=2.0];
  1418       	5	 [fillcolor="#9999FF",
  1184       	6	 [fillcolor="#7F7FFF",
  1419       		fixedsize=true,
  1185       		fixedsize=true,
  1420       		group=default,
  1186       		group=default,
  1421       		height=0.5,
  1187       		height=1,
  1422       		label=5,
       
  1423       		pin=true,
       
  1424       		pos="1,5!",
       
  1425       		shape=circle,
       
  1426       		style=filled,
       
  1427       		width=0.5];
       
  1428       	0 -> 5	 [arrowhead=none,
       
  1429       		penwidth=2.0];
       
  1430       	6	 [fillcolor="#9999FF",
       
  1431       		fixedsize=true,
       
  1432       		group=default,
       
  1433       		height=0.5,
       
  1434       		label=6,
  1188       		label=6,
  1435       		pin=true,
  1189       		pin=true,
  1436       		pos="1,6!",
  1190       		pos="1,6!",
  1437       		shape=circle,
  1191       		shape=circle,
  1438       		style=filled,
  1192       		style=filled,
  1439       		width=0.5];
  1193       		width=1];
  1440       	5 -> 6	 [arrowhead=none,
  1194       	5 -> 6	 [arrowhead=none,
  1441       		penwidth=2.0];
  1195       		penwidth=2.0];
  1442       	7	 [fillcolor="#9999FF",
       
  1443       		fixedsize=true,
       
  1444       		group=default,
       
  1445       		height=0.5,
       
  1446       		label=7,
       
  1447       		pin=true,
       
  1448       		pos="1,7!",
       
  1449       		shape=circle,
       
  1450       		style=filled,
       
  1451       		width=0.5];
       
  1452       	6 -> 7	 [arrowhead=none,
       
  1453       		penwidth=2.0];
       
  1454       	11	 [fillcolor="#9999FF",
       
  1455       		fixedsize=true,
       
  1456       		group=default,
       
  1457       		height=0.5,
       
  1458       		label=11,
       
  1459       		pin=true,
       
  1460       		pos="1,11!",
       
  1461       		shape=circle,
       
  1462       		style=filled,
       
  1463       		width=0.5];
       
  1464       	7 -> 11	 [arrowhead=none,
       
  1465       		penwidth=2.0];
       
  1466       	14	 [fillcolor="#9999FF",
       
  1467       		fixedsize=true,
       
  1468       		group=default,
       
  1469       		height=0.5,
       
  1470       		label=14,
       
  1471       		pin=true,
       
  1472       		pos="1,14!",
       
  1473       		shape=pentagon,
       
  1474       		style=filled,
       
  1475       		width=0.5];
       
  1476       	11 -> 14	 [arrowhead=none,
       
  1477       		penwidth=2.0];
       
  1478       	16	 [fillcolor="#9999FF",
       
  1479       		fixedsize=true,
       
  1480       		group=default,
       
  1481       		height=0.5,
       
  1482       		label=16,
       
  1483       		pin=true,
       
  1484       		pos="1,16!",
       
  1485       		shape=pentagon,
       
  1486       		style=filled,
       
  1487       		width=0.5];
       
  1488       	14 -> 16	 [arrowhead=none,
       
  1489       		penwidth=2.0];
  1196       		penwidth=2.0];
  1490       }
  1197       }
  1491 #endif
  1198 #endif
  1492 
  1199 
  1493 We can push this evolution to remote.
  1200 We can push this evolution to remote.
  1507   $ cd ../remote
  1214   $ cd ../remote
  1508   $ hg pull local # we up again to trigger the warning. it was displayed during the push
  1215   $ hg pull local # we up again to trigger the warning. it was displayed during the push
  1509   pulling from $TESTTMP/local (glob)
  1216   pulling from $TESTTMP/local (glob)
  1510   searching for changes
  1217   searching for changes
  1511   no changes found
  1218   no changes found
  1512   working directory parent is obsolete! (bf1b0d202029)
       
  1513   (use 'hg evolve' to update to its successor: ee942144f952)
       
  1514 
  1219 
  1515 Now let's see where we are, and update to the successor.
  1220 Now let's see where we are, and update to the successor.
  1516 
  1221 
  1517   $ hg parents
  1222   $ hg parents
  1518   bf1b0d202029 (draft): animals
  1223   bf1b0d202029 (draft): animals
  1562 
  1267 
  1563 #if docgraph-ext
  1268 #if docgraph-ext
  1564   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1269   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1565   .. graphviz::
  1270   .. graphviz::
  1566   
  1271   
  1567       strict digraph  {
  1272       strict digraph "Mercurial graph" {
  1568       	graph [rankdir=LR,
  1273       	graph [rankdir=LR,
  1569       		splines=polyline
  1274       		splines=polyline
  1570       	];
  1275       	];
  1571       	node [label="\N"];
  1276       	node [label="\N"];
  1572       	0	 [fillcolor="#9999FF",
  1277       	0	 [fillcolor="#7F7FFF",
  1573       		fixedsize=true,
  1278       		fixedsize=true,
  1574       		group=default,
  1279       		group=default,
  1575       		height=0.5,
  1280       		height=1,
  1576       		label=0,
  1281       		label=0,
  1577       		pin=true,
  1282       		pin=true,
  1578       		pos="1,0!",
  1283       		pos="1,0!",
  1579       		shape=circle,
  1284       		shape=circle,
  1580       		style=filled,
  1285       		style=filled,
  1581       		width=0.5];
  1286       		fixedsize=true,
  1582       	5	 [fillcolor="#9999FF",
  1287       		group=default,
  1583       		fixedsize=true,
  1288       		height=1,
  1584       		group=default,
       
  1585       		height=0.5,
       
  1586       		label=5,
  1289       		label=5,
  1587       		pin=true,
  1290       		pin=true,
  1588       		pos="1,5!",
  1291       		pos="1,5!",
  1589       		shape=circle,
  1292       		shape=circle,
  1590       		style=filled,
  1293       		style=filled,
  1591       		width=0.5];
  1294       		penwidth=2.0];
  1592       	0 -> 5	 [arrowhead=none,
  1295       	6	 [fillcolor="#7F7FFF",
  1593       		penwidth=2.0];
  1296       		fixedsize=true,
  1594       	6	 [fillcolor="#9999FF",
  1297       		group=default,
  1595       		fixedsize=true,
  1298       		height=1,
  1596       		group=default,
       
  1597       		height=0.5,
       
  1598       		label=6,
  1299       		label=6,
  1599       		pin=true,
  1300       		pin=true,
  1600       		pos="1,6!",
  1301       		pos="1,6!",
  1601       		shape=circle,
  1302       		shape=circle,
  1602       		style=filled,
  1303       		style=filled,
  1603       		width=0.5];
  1304       		width=1];
  1604       	5 -> 6	 [arrowhead=none,
  1305       	5 -> 6	 [arrowhead=none,
  1605       		penwidth=2.0];
  1306       		penwidth=2.0];
  1606       	7	 [fillcolor="#9999FF",
  1307       		fixedsize=true,
  1607       		fixedsize=true,
  1308       		group=default,
  1608       		group=default,
       
  1609       		height=0.5,
       
  1610       		label=7,
       
  1611       		pin=true,
  1309       		pin=true,
  1612       		pos="1,7!",
  1310       		pos="1,7!",
  1613       		shape=circle,
  1311       		shape=circle,
  1614       		style=filled,
  1312       		style=filled,
  1615       		width=0.5];
  1313       		penwidth=2.0];
  1616       	6 -> 7	 [arrowhead=none,
  1314       		fixedsize=true,
  1617       		penwidth=2.0];
  1315       		group=default,
  1618       	11	 [fillcolor="#9999FF",
       
  1619       		fixedsize=true,
       
  1620       		group=default,
       
  1621       		height=0.5,
       
  1622       		label=11,
       
  1623       		pin=true,
  1316       		pin=true,
  1624       		pos="1,11!",
  1317       		pos="1,11!",
  1625       		shape=circle,
  1318       		shape=circle,
  1626       		style=filled,
  1319       		style=filled,
  1627       		width=0.5];
  1320       		penwidth=2.0];
  1628       	7 -> 11	 [arrowhead=none,
  1321       	14	 [fillcolor="#7F7FFF",
  1629       		penwidth=2.0];
  1322       		fixedsize=true,
  1630       	14	 [fillcolor="#9999FF",
  1323       		group=default,
  1631       		fixedsize=true,
  1324       		height=1,
  1632       		group=default,
       
  1633       		height=0.5,
       
  1634       		label=14,
  1325       		label=14,
  1635       		pin=true,
  1326       		pin=true,
  1636       		pos="1,14!",
  1327       		pos="1,14!",
  1637       		shape=pentagon,
  1328       		shape=pentagon,
  1638       		style=filled,
  1329       		style=filled,
  1639       		width=0.5];
  1330       		penwidth=2.0];
  1640       	11 -> 14	 [arrowhead=none,
  1331       		fixedsize=true,
  1641       		penwidth=2.0];
  1332       		group=default,
  1642       	16	 [fillcolor="#9999FF",
       
  1643       		fixedsize=true,
       
  1644       		group=default,
       
  1645       		height=0.5,
       
  1646       		label=16,
       
  1647       		pin=true,
  1333       		pin=true,
  1648       		pos="1,16!",
  1334       		pos="1,16!",
  1649       		shape=pentagon,
  1335       		shape=pentagon,
  1650       		style=filled,
  1336       		style=filled,
  1651       		width=0.5];
       
  1652       	14 -> 16	 [arrowhead=none,
       
  1653       		penwidth=2.0];
       
  1654       	17	 [fillcolor="#9999FF",
       
  1655       		fixedsize=true,
       
  1656       		group=default,
       
  1657       		height=0.5,
       
  1658       		label=17,
       
  1659       		pin=true,
       
  1660       		pos="1,17!",
       
  1661       		shape=pentagon,
       
  1662       		style=filled,
       
  1663       		width=0.5];
       
  1664       	16 -> 17	 [arrowhead=none,
       
  1665       		penwidth=2.0];
  1337       		penwidth=2.0];
  1666       }
  1338       }
  1667 #endif
  1339 #endif
  1668 
  1340 
  1669 In the mean time I noticed you can't buy animals in a super market and I prune the animal changeset:
  1341 In the mean time I noticed you can't buy animals in a super market and I prune the animal changeset:
  1698 
  1370 
  1699 #if docgraph-ext
  1371 #if docgraph-ext
  1700   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1372   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1701   .. graphviz::
  1373   .. graphviz::
  1702   
  1374   
  1703       strict digraph  {
  1375       strict digraph "Mercurial graph" {
  1704       	graph [rankdir=LR,
  1376       	graph [rankdir=LR,
  1705       		splines=polyline
  1377       		splines=polyline
  1706       	];
  1378       	];
  1707       	node [label="\N"];
  1379       	node [label="\N"];
  1708       	0	 [fillcolor="#9999FF",
  1380       	0	 [fillcolor="#7F7FFF",
  1709       		fixedsize=true,
  1381       		fixedsize=true,
  1710       		group=default,
  1382       		group=default,
  1711       		height=0.5,
  1383       		height=1,
  1712       		label=0,
  1384       		label=0,
  1713       		pin=true,
  1385       		pin=true,
  1714       		pos="1,0!",
  1386       		pos="1,0!",
  1715       		shape=circle,
  1387       		shape=circle,
  1716       		style=filled,
  1388       		style=filled,
  1717       		width=0.5];
  1389       		fixedsize=true,
  1718       	5	 [fillcolor="#9999FF",
  1390       		group=default,
  1719       		fixedsize=true,
  1391       		height=1,
  1720       		group=default,
       
  1721       		height=0.5,
       
  1722       		label=5,
  1392       		label=5,
  1723       		pin=true,
  1393       		pin=true,
  1724       		pos="1,5!",
  1394       		pos="1,5!",
  1725       		shape=circle,
  1395       		shape=circle,
  1726       		style=filled,
  1396       		style=filled,
  1727       		width=0.5];
  1397       		penwidth=2.0];
  1728       	0 -> 5	 [arrowhead=none,
  1398       	6	 [fillcolor="#7F7FFF",
  1729       		penwidth=2.0];
  1399       		fixedsize=true,
  1730       	6	 [fillcolor="#9999FF",
  1400       		group=default,
  1731       		fixedsize=true,
  1401       		height=1,
  1732       		group=default,
       
  1733       		height=0.5,
       
  1734       		label=6,
  1402       		label=6,
  1735       		pin=true,
  1403       		pin=true,
  1736       		pos="1,6!",
  1404       		pos="1,6!",
  1737       		shape=circle,
  1405       		shape=circle,
  1738       		style=filled,
  1406       		style=filled,
  1739       		width=0.5];
  1407       		width=1];
  1740       	5 -> 6	 [arrowhead=none,
  1408       	5 -> 6	 [arrowhead=none,
  1741       		penwidth=2.0];
  1409       		penwidth=2.0];
  1742       	7	 [fillcolor="#9999FF",
  1410       		fixedsize=true,
  1743       		fixedsize=true,
  1411       		group=default,
  1744       		group=default,
       
  1745       		height=0.5,
       
  1746       		label=7,
       
  1747       		pin=true,
  1412       		pin=true,
  1748       		pos="1,7!",
  1413       		pos="1,7!",
  1749       		shape=circle,
  1414       		shape=circle,
  1750       		style=filled,
  1415       		style=filled,
  1751       		width=0.5];
  1416       		penwidth=2.0];
  1752       	6 -> 7	 [arrowhead=none,
  1417       		fixedsize=true,
  1753       		penwidth=2.0];
  1418       		group=default,
  1754       	11	 [fillcolor="#9999FF",
       
  1755       		fixedsize=true,
       
  1756       		group=default,
       
  1757       		height=0.5,
       
  1758       		label=11,
       
  1759       		pin=true,
  1419       		pin=true,
  1760       		pos="1,11!",
  1420       		pos="1,11!",
  1761       		shape=circle,
  1421       		shape=circle,
  1762       		style=filled,
  1422       		style=filled,
  1763       		width=0.5];
  1423       		width=0.5];
  1770       		label=14,
  1430       		label=14,
  1771       		pin=true,
  1431       		pin=true,
  1772       		pos="1,14!",
  1432       		pos="1,14!",
  1773       		shape=pentagon,
  1433       		shape=pentagon,
  1774       		style=filled,
  1434       		style=filled,
  1775       		width=0.5];
       
  1776       	11 -> 14	 [arrowhead=none,
       
  1777       		penwidth=2.0];
  1435       		penwidth=2.0];
  1778       	16	 [fillcolor="#DFDFFF",
  1436       	16	 [fillcolor="#DFDFFF",
  1779       		fixedsize=true,
  1437       		fixedsize=true,
  1780       		group=default_alt,
  1438       		group=default_alt,
  1781       		height=0.5,
       
  1782       		label=16,
       
  1783       		pin=true,
  1439       		pin=true,
  1784       		pos="2,16!",
  1440       		pos="2,16!",
  1785       		shape=pentagon,
  1441       		shape=pentagon,
  1786       		style="dotted, filled",
  1442       		style="dotted, filled",
  1787       		width=0.5];
       
  1788       	14 -> 16	 [arrowhead=none,
       
  1789       		penwidth=2.0];
  1443       		penwidth=2.0];
  1790       	17	 [fillcolor="#FF4F4F",
  1444       	17	 [fillcolor="#FF4F4F",
  1791       		fixedsize=true,
  1445       		fixedsize=true,
  1792       		group=default_alt,
  1446       		group=default_alt,
  1793       		height=0.5,
       
  1794       		label=17,
       
  1795       		pin=true,
  1447       		pin=true,
  1796       		pos="2,17!",
  1448       		pos="2,17!",
  1797       		shape=pentagon,
  1449       		shape=pentagon,
  1798       		style=filled,
  1450       		style=filled,
  1799       		width=0.5];
       
  1800       	16 -> 17	 [arrowhead=none,
       
  1801       		penwidth=2.0];
  1451       		penwidth=2.0];
  1802       }
  1452       }
  1803 #endif
  1453 #endif
  1804 
  1454 
  1805   $ hg log -r "orphan()"
  1455   $ hg log -r "orphan()"
  1807 
  1457 
  1808 #if docgraph-ext
  1458 #if docgraph-ext
  1809   $ hg docgraph -r "orphan()" --sphinx-directive --rankdir LR #rest-ignore
  1459   $ hg docgraph -r "orphan()" --sphinx-directive --rankdir LR #rest-ignore
  1810   .. graphviz::
  1460   .. graphviz::
  1811   
  1461   
  1812       strict digraph  {
  1462       strict digraph "Mercurial graph" {
  1813       	graph [rankdir=LR,
  1463       	graph [rankdir=LR,
  1814       		splines=polyline
  1464       		splines=polyline
  1815       	];
  1465       	];
  1816       	node [label="\N"];
  1466       	node [label="\N"];
  1817       	17	 [fillcolor="#FF4F4F",
  1467       	17	 [fillcolor="#FF4F4F",
  1818       		fixedsize=true,
  1468       		fixedsize=true,
  1819       		group=default_alt,
  1469       		group=default_alt,
  1820       		height=0.5,
       
  1821       		label=17,
       
  1822       		pin=true,
  1470       		pin=true,
  1823       		pos="1,17!",
  1471       		pos="1,17!",
  1824       		shape=pentagon,
  1472       		shape=pentagon,
  1825       		style=filled,
  1473       		style=filled,
  1826       		width=0.5];
  1474       		width=1];
  1827       }
  1475       }
  1828 #endif
  1476 #endif
  1829 
  1477 
  1830   $ hg evolve
  1478   $ hg evolve
  1831   move:[17] SPAM SPAM SPAM
  1479   move:[17] SPAM SPAM SPAM
  1851 
  1499 
  1852 #if docgraph-ext
  1500 #if docgraph-ext
  1853   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1501   $ hg docgraph -r "all()" --sphinx-directive --rankdir LR #rest-ignore
  1854   .. graphviz::
  1502   .. graphviz::
  1855   
  1503   
  1856       strict digraph  {
  1504       strict digraph "Mercurial graph" {
  1857       	graph [rankdir=LR,
  1505       	graph [rankdir=LR,
  1858       		splines=polyline
  1506       		splines=polyline
  1859       	];
  1507       	];
  1860       	node [label="\N"];
  1508       	node [label="\N"];
  1861       	0	 [fillcolor="#9999FF",
  1509       	0	 [fillcolor="#7F7FFF",
  1862       		fixedsize=true,
  1510       		fixedsize=true,
  1863       		group=default,
  1511       		group=default,
  1864       		height=0.5,
  1512       		height=1,
  1865       		label=0,
  1513       		label=0,
  1866       		pin=true,
  1514       		pin=true,
  1867       		pos="1,0!",
  1515       		pos="1,0!",
  1868       		shape=circle,
  1516       		shape=circle,
  1869       		style=filled,
  1517       		style=filled,
  1870       		width=0.5];
  1518       		fixedsize=true,
  1871       	5	 [fillcolor="#9999FF",
  1519       		group=default,
  1872       		fixedsize=true,
  1520       		height=1,
  1873       		group=default,
       
  1874       		height=0.5,
       
  1875       		label=5,
  1521       		label=5,
  1876       		pin=true,
  1522       		pin=true,
  1877       		pos="1,5!",
  1523       		pos="1,5!",
  1878       		shape=circle,
  1524       		shape=circle,
  1879       		style=filled,
  1525       		style=filled,
  1880       		width=0.5];
  1526       		penwidth=2.0];
  1881       	0 -> 5	 [arrowhead=none,
  1527       	6	 [fillcolor="#7F7FFF",
  1882       		penwidth=2.0];
  1528       		fixedsize=true,
  1883       	6	 [fillcolor="#9999FF",
  1529       		group=default,
  1884       		fixedsize=true,
  1530       		height=1,
  1885       		group=default,
       
  1886       		height=0.5,
       
  1887       		label=6,
  1531       		label=6,
  1888       		pin=true,
  1532       		pin=true,
  1889       		pos="1,6!",
  1533       		pos="1,6!",
  1890       		shape=circle,
  1534       		shape=circle,
  1891       		style=filled,
  1535       		style=filled,
  1892       		width=0.5];
  1536       		width=1];
  1893       	5 -> 6	 [arrowhead=none,
  1537       	5 -> 6	 [arrowhead=none,
  1894       		penwidth=2.0];
  1538       		penwidth=2.0];
  1895       	7	 [fillcolor="#9999FF",
  1539       		fixedsize=true,
  1896       		fixedsize=true,
  1540       		group=default,
  1897       		group=default,
       
  1898       		height=0.5,
       
  1899       		label=7,
       
  1900       		pin=true,
  1541       		pin=true,
  1901       		pos="1,7!",
  1542       		pos="1,7!",
  1902       		shape=circle,
  1543       		shape=circle,
  1903       		style=filled,
  1544       		style=filled,
  1904       		width=0.5];
  1545       		penwidth=2.0];
  1905       	6 -> 7	 [arrowhead=none,
  1546       		fixedsize=true,
  1906       		penwidth=2.0];
  1547       		group=default,
  1907       	11	 [fillcolor="#9999FF",
       
  1908       		fixedsize=true,
       
  1909       		group=default,
       
  1910       		height=0.5,
       
  1911       		label=11,
       
  1912       		pin=true,
  1548       		pin=true,
  1913       		pos="1,11!",
  1549       		pos="1,11!",
  1914       		shape=circle,
  1550       		shape=circle,
  1915       		style=filled,
  1551       		style=filled,
  1916       		width=0.5];
  1552       		width=0.5];
  1923       		label=14,
  1559       		label=14,
  1924       		pin=true,
  1560       		pin=true,
  1925       		pos="1,14!",
  1561       		pos="1,14!",
  1926       		shape=pentagon,
  1562       		shape=pentagon,
  1927       		style=filled,
  1563       		style=filled,
  1928       		width=0.5];
  1564       		penwidth=2.0];
  1929       	11 -> 14	 [arrowhead=none,
  1565       		fixedsize=true,
  1930       		penwidth=2.0];
  1566       		group=default,
  1931       	18	 [fillcolor="#9999FF",
       
  1932       		fixedsize=true,
       
  1933       		group=default,
       
  1934       		height=0.5,
       
  1935       		label=18,
       
  1936       		pin=true,
  1567       		pin=true,
  1937       		pos="1,18!",
  1568       		pos="1,18!",
  1938       		shape=pentagon,
  1569       		shape=pentagon,
  1939       		style=filled,
  1570       		style=filled,
  1940       		width=0.5];
       
  1941       	14 -> 18	 [arrowhead=none,
       
  1942       		penwidth=2.0];
  1571       		penwidth=2.0];
  1943       }
  1572       }
  1944 #endif
  1573 #endif
  1945 
  1574 
  1946 Handling Divergent amend
  1575 Handling Divergent amend