[PATCH v2 1/1] gitdm: fix typo csets
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sun Jul 17 17:50:20 CEST 2022
The output should be human readable.
%s/csets/changesets/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
v2:
avoid typo in test
---
gitdm | 2 +-
tests/expected-results.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitdm b/gitdm
index 61318ad..aea16b0 100755
--- a/gitdm
+++ b/gitdm
@@ -546,7 +546,7 @@ for h in hlist:
for e in elist:
if e.count > 0:
nempl += 1
-reports.Write('Processed %d csets from %d developers\n' % (CSCount,
+reports.Write('Processed %d changesets from %d developers\n' % (CSCount,
ndev))
reports.Write('%d employers found\n' % (nempl))
reports.Write('A total of %d lines added, %d removed (delta %d)\n' %
diff --git a/tests/expected-results.txt b/tests/expected-results.txt
index 049f887..03985f3 100644
--- a/tests/expected-results.txt
+++ b/tests/expected-results.txt
@@ -1,4 +1,4 @@
-Processed 10 csets from 4 developers
+Processed 10 changesets from 4 developers
4 employers found
A total of 24 lines added, 24 removed (delta 0)
--
2.36.1
More information about the U-Boot
mailing list