Skip to content
Snippets Groups Projects
Commit f903689680e6 authored by Matt Harbison's avatar Matt Harbison
Browse files

test-commit-amend: add globs for Windows

parent 542c891274b2
No related branches found
No related tags found
No related merge requests found
......@@ -1096,7 +1096,7 @@
$ hg ci -m add
$
$ hg debugrename newdirname/newfile.py
newdirname/newfile.py renamed from olddirname/newfile.py:690b295714aed510803d3020da9c70fca8336def
newdirname/newfile.py renamed from olddirname/newfile.py:690b295714aed510803d3020da9c70fca8336def (glob)
$ hg status -C --change .
A newdirname/newfile.py
$ hg status -C --rev 1
......@@ -1115,7 +1115,7 @@
$ echo a >> newdirname/commonfile.py
$ hg ci --amend -m bug
$ hg debugrename newdirname/newfile.py
newdirname/newfile.py renamed from olddirname/newfile.py:690b295714aed510803d3020da9c70fca8336def
newdirname/newfile.py renamed from olddirname/newfile.py:690b295714aed510803d3020da9c70fca8336def (glob)
$ hg debugindex newdirname/newfile.py
rev offset length base linkrev nodeid p1 p2
0 0 88 0 3 34a4d536c0c0 000000000000 000000000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment