Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Commits
dedf7c81
Commit
dedf7c81
authored
14 years ago
by
Nicolas Dumazet
Browse files
Options
Downloads
Patches
Plain Diff
tests: unify test-committer
parent
88c3ff05
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test-committer.out
+0
-29
0 additions, 29 deletions
tests/test-committer.out
tests/test-committer.t
+59
-32
59 additions, 32 deletions
tests/test-committer.t
with
59 additions
and
61 deletions
tests/test-committer.out
deleted
100644 → 0
+
0
−
29
View file @
88c3ff05
changeset: 0:9426b370c206
tag: tip
user: My Name <myname@example.com>
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
changeset: 1:4997f15a1b24
tag: tip
user: foo@bar.com
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
changeset: 2:72b8012b424e
tag: tip
user: foobar <foo@bar.com>
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
changeset: 3:35ff3067bedd
tag: tip
user: foo@bar.com
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
abort: no username supplied (see "hg help config")
No username found, using user@host instead
transaction abort!
rollback completed
abort: empty username!
This diff is collapsed.
Click to expand it.
tests/test-committer
→
tests/test-committer
.t
100755 → 100644
+
59
−
32
View file @
dedf7c81
#!/bin/sh
unset
HGUSER
EMAIL
=
"My Name <myname@example.com>"
export
EMAIL
$
unset
HGUSER
$
EMAIL
=
"
My Name <myname
@example
.com>
"
$
export
EMAIL
...
...
@@ -6,8 +4,14 @@
hg init
test
cd test
touch
asdf
hg add asdf
hg commit
-d
'1000000 0'
-m
commit-1
hg tip
$
hg
init
test
$
cd
test
$
touch
asdf
$
hg
add
asdf
$
hg
commit
-
d
'
1000000 0
'
-
m commit-1
$ hg tip
c
hangeset:
0
:
9426
b370c206
tag:
tip
user:
My
Name
<
myname@example
.
com
>
date:
Mon
Jan
12
13
:
46
:
40
1970
+
0000
summary:
commit
-
1
...
...
@@ -13,20 +17,40 @@
unset
EMAIL
echo
1234
>
asdf
hg commit
-d
'1000000 0'
-u
"foo@bar.com"
-m
commit-1
hg tip
echo
"[ui]"
>>
.hg/hgrc
echo
"username = foobar <foo@bar.com>"
>>
.hg/hgrc
echo
12
>
asdf
hg commit
-d
'1000000 0'
-m
commit-1
hg tip
echo
1
>
asdf
hg commit
-d
'1000000 0'
-u
"foo@bar.com"
-m
commit-1
hg tip
echo
123
>
asdf
echo
"[ui]"
>
.hg/hgrc
echo
"username = "
>>
.hg/hgrc
hg commit
-d
'1000000 0'
-m
commit-1
rm
.hg/hgrc
hg commit
-d
'1000000 0'
-m
commit-1 2>&1 |
sed
-e
"s/'[^']*'/user@host/"
$
unset
EMAIL
$
echo
1234
>
asdf
$
hg
commit
-
d
'
1000000 0
'
-
u
"
foo
@bar
.com
"
-
m commit-1
$ hg tip
c
hangeset:
1
:
4997
f15a1b24
tag:
tip
user:
foo@bar
.
com
date:
Mon
Jan
12
13
:
46
:
40
1970
+
0000
summary:
commit
-
1
$
echo
"
[ui]
"
>>
.
hg
/
hgrc
$
echo
"
username = foobar <foo
@bar
.com>
"
>>
.
hg
/
hgrc
$
echo
12
>
asdf
$
hg
commit
-
d
'
1000000 0
'
-
m commit-1
$ hg tip
c
hangeset:
2
:
72
b8012b424e
tag:
tip
user:
foobar
<
foo@bar
.
com
>
date:
Mon
Jan
12
13
:
46
:
40
1970
+
0000
summary:
commit
-
1
$
echo
1
>
asdf
$
hg
commit
-
d
'
1000000 0
'
-
u
"
foo
@bar
.com
"
-
m commit-1
$ hg tip
c
hangeset:
3
:
35
ff3067bedd
tag:
tip
user:
foo@bar
.
com
date:
Mon
Jan
12
13
:
46
:
40
1970
+
0000
summary:
commit
-
1
$
echo
123
>
asdf
$
echo
"
[ui]
"
>
.
hg
/
hgrc
$
echo
"
username =
"
>>
.
hg
/
hgrc
$
hg
commit
-
d
'
1000000 0
'
-
m commit-1
abort: no username supplied (see "hg help con
fig
"
)
$ rm .hg/hgrc
$ hg commit -d '1000000 0' -m commit-1 2>&1
No username found, using '[^']*' instead
...
...
@@ -32,4 +56,7 @@
echo
space
>
asdf
hg commit
-d
'1000000 0'
-u
' '
-m
commit-1
$ echo space > asdf
$ hg commit -d '1000000 0' -u ' ' -m commit-1
transaction abort!
rollback completed
abort: empty username!
...
...
@@ -35,2 +62,2 @@
true
$
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment