Fossil SCM

merge trunk

jan.nijtmans 2013-10-21 18:38 UTC timeline_cmd_dash_n_fix merge
Commit 0e4dee009ed842cbfcdf349793d6930ed4c4a6f5
+1 -3
--- src/timeline.c
+++ src/timeline.c
@@ -1592,18 +1592,16 @@
15921592
const char *zFilename = db_column_text(&fchngQuery, 2);
15931593
int isNew = db_column_int(&fchngQuery, 0);
15941594
int isDel = db_column_int(&fchngQuery, 1);
15951595
if( isNew ){
15961596
fossil_print(" ADDED %s\n",zFilename);
1597
- nLine++; /* record another line */
15981597
}else if( isDel ){
15991598
fossil_print(" DELETED %s\n",zFilename);
1600
- nLine++; /* record another line */
16011599
}else{
16021600
fossil_print(" EDITED %s\n", zFilename);
1603
- nLine++; /* record another line */
16041601
}
1602
+ nLine++; /* record another line */
16051603
}
16061604
db_reset(&fchngQuery);
16071605
}
16081606
nEntry++; /* record another complete entry */
16091607
if( !nAbsLimit ) continue; /* no limit, continue */
16101608
--- src/timeline.c
+++ src/timeline.c
@@ -1592,18 +1592,16 @@
1592 const char *zFilename = db_column_text(&fchngQuery, 2);
1593 int isNew = db_column_int(&fchngQuery, 0);
1594 int isDel = db_column_int(&fchngQuery, 1);
1595 if( isNew ){
1596 fossil_print(" ADDED %s\n",zFilename);
1597 nLine++; /* record another line */
1598 }else if( isDel ){
1599 fossil_print(" DELETED %s\n",zFilename);
1600 nLine++; /* record another line */
1601 }else{
1602 fossil_print(" EDITED %s\n", zFilename);
1603 nLine++; /* record another line */
1604 }
 
1605 }
1606 db_reset(&fchngQuery);
1607 }
1608 nEntry++; /* record another complete entry */
1609 if( !nAbsLimit ) continue; /* no limit, continue */
1610
--- src/timeline.c
+++ src/timeline.c
@@ -1592,18 +1592,16 @@
1592 const char *zFilename = db_column_text(&fchngQuery, 2);
1593 int isNew = db_column_int(&fchngQuery, 0);
1594 int isDel = db_column_int(&fchngQuery, 1);
1595 if( isNew ){
1596 fossil_print(" ADDED %s\n",zFilename);
 
1597 }else if( isDel ){
1598 fossil_print(" DELETED %s\n",zFilename);
 
1599 }else{
1600 fossil_print(" EDITED %s\n", zFilename);
 
1601 }
1602 nLine++; /* record another line */
1603 }
1604 db_reset(&fchngQuery);
1605 }
1606 nEntry++; /* record another complete entry */
1607 if( !nAbsLimit ) continue; /* no limit, continue */
1608
+1 -3
--- src/timeline.c
+++ src/timeline.c
@@ -1592,18 +1592,16 @@
15921592
const char *zFilename = db_column_text(&fchngQuery, 2);
15931593
int isNew = db_column_int(&fchngQuery, 0);
15941594
int isDel = db_column_int(&fchngQuery, 1);
15951595
if( isNew ){
15961596
fossil_print(" ADDED %s\n",zFilename);
1597
- nLine++; /* record another line */
15981597
}else if( isDel ){
15991598
fossil_print(" DELETED %s\n",zFilename);
1600
- nLine++; /* record another line */
16011599
}else{
16021600
fossil_print(" EDITED %s\n", zFilename);
1603
- nLine++; /* record another line */
16041601
}
1602
+ nLine++; /* record another line */
16051603
}
16061604
db_reset(&fchngQuery);
16071605
}
16081606
nEntry++; /* record another complete entry */
16091607
if( !nAbsLimit ) continue; /* no limit, continue */
16101608
--- src/timeline.c
+++ src/timeline.c
@@ -1592,18 +1592,16 @@
1592 const char *zFilename = db_column_text(&fchngQuery, 2);
1593 int isNew = db_column_int(&fchngQuery, 0);
1594 int isDel = db_column_int(&fchngQuery, 1);
1595 if( isNew ){
1596 fossil_print(" ADDED %s\n",zFilename);
1597 nLine++; /* record another line */
1598 }else if( isDel ){
1599 fossil_print(" DELETED %s\n",zFilename);
1600 nLine++; /* record another line */
1601 }else{
1602 fossil_print(" EDITED %s\n", zFilename);
1603 nLine++; /* record another line */
1604 }
 
1605 }
1606 db_reset(&fchngQuery);
1607 }
1608 nEntry++; /* record another complete entry */
1609 if( !nAbsLimit ) continue; /* no limit, continue */
1610
--- src/timeline.c
+++ src/timeline.c
@@ -1592,18 +1592,16 @@
1592 const char *zFilename = db_column_text(&fchngQuery, 2);
1593 int isNew = db_column_int(&fchngQuery, 0);
1594 int isDel = db_column_int(&fchngQuery, 1);
1595 if( isNew ){
1596 fossil_print(" ADDED %s\n",zFilename);
 
1597 }else if( isDel ){
1598 fossil_print(" DELETED %s\n",zFilename);
 
1599 }else{
1600 fossil_print(" EDITED %s\n", zFilename);
 
1601 }
1602 nLine++; /* record another line */
1603 }
1604 db_reset(&fchngQuery);
1605 }
1606 nEntry++; /* record another complete entry */
1607 if( !nAbsLimit ) continue; /* no limit, continue */
1608
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -79,11 +79,11 @@
7979
8080
<h3>2.1 Identification Of Artifacts</h3>
8181
8282
A particular version of a particular file is called an "artifact".
8383
Each artifact has a universally unique name which is the
84
-<a href="http://en.wikipedia.org/wiki/SHA">SHA1</a> hash of the content
84
+<a href="http://en.wikipedia.org/wiki/SHA1">SHA1</a> hash of the content
8585
of that file expressed as 40 characters of lower-case hexadecimal. Such
8686
a hash is referred to as the Artifact Identifier or Artifact ID
8787
for the artifact. The SHA1 algorithm is created with the purpose of
8888
providing a highly forgery-resistant identifier for a file. Given any
8989
file it is simple to find the artifact ID for that file. But given a
9090
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -79,11 +79,11 @@
79
80 <h3>2.1 Identification Of Artifacts</h3>
81
82 A particular version of a particular file is called an "artifact".
83 Each artifact has a universally unique name which is the
84 <a href="http://en.wikipedia.org/wiki/SHA">SHA1</a> hash of the content
85 of that file expressed as 40 characters of lower-case hexadecimal. Such
86 a hash is referred to as the Artifact Identifier or Artifact ID
87 for the artifact. The SHA1 algorithm is created with the purpose of
88 providing a highly forgery-resistant identifier for a file. Given any
89 file it is simple to find the artifact ID for that file. But given a
90
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -79,11 +79,11 @@
79
80 <h3>2.1 Identification Of Artifacts</h3>
81
82 A particular version of a particular file is called an "artifact".
83 Each artifact has a universally unique name which is the
84 <a href="http://en.wikipedia.org/wiki/SHA1">SHA1</a> hash of the content
85 of that file expressed as 40 characters of lower-case hexadecimal. Such
86 a hash is referred to as the Artifact Identifier or Artifact ID
87 for the artifact. The SHA1 algorithm is created with the purpose of
88 providing a highly forgery-resistant identifier for a file. Given any
89 file it is simple to find the artifact ID for that file. But given a
90

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button