changeset 22183:4dd9f606d0a6

tests: fixup issue markers to make check-commit happy
author Matt Mackall <mpm@selenic.com>
date Fri, 15 Aug 2014 10:47:03 -0500
parents 2965804483e3
children fb8065de47b0
files tests/test-bundle.t tests/test-convert-git.t tests/test-largefiles.t tests/test-rebase-scenario-global.t tests/test-rollback.t tests/test-shelve.t tests/test-static-http.t
diffstat 7 files changed, 9 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bundle.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-bundle.t	Fri Aug 15 10:47:03 2014 -0500
@@ -422,7 +422,7 @@
   $ rm -r full-clone
 
 When cloning from a non-copiable repository into '', do not
-recurse infinitely (issue 2528)
+recurse infinitely (issue2528)
 
   $ hg clone full.hg ''
   abort: empty destination path is not valid
--- a/tests/test-convert-git.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-convert-git.t	Fri Aug 15 10:47:03 2014 -0500
@@ -33,8 +33,7 @@
   $ git add a d
   $ commit -a -m t1
 
-Remove the directory, then try to replace it with a file
-(issue 754)
+Remove the directory, then try to replace it with a file (issue754)
 
   $ git rm -f d/b
   rm 'd/b'
@@ -206,7 +205,7 @@
   9277c9cc8dd4576fc01a17939b4351e5ada93466 644   foo
   88dfeab657e8cf2cef3dec67b914f49791ae76b1 644   quux
 
-test binary conversion (issue 1359)
+test binary conversion (issue1359)
 
   $ mkdir git-repo3
   $ cd git-repo3
--- a/tests/test-largefiles.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-largefiles.t	Fri Aug 15 10:47:03 2014 -0500
@@ -598,7 +598,7 @@
   C sub2/large6
   C sub2/large7
 
-Test commit -A (issue 3542)
+Test commit -A (issue3542)
   $ echo large8 > large8
   $ hg add --large large8
   $ hg ci -Am 'this used to add large8 as normal and commit both'
--- a/tests/test-rebase-scenario-global.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-rebase-scenario-global.t	Fri Aug 15 10:47:03 2014 -0500
@@ -663,7 +663,7 @@
   o  0: 'A'
   
 
-Test that rebase is not confused by $CWD disappearing during rebase (issue 4121)
+Test that rebase is not confused by $CWD disappearing during rebase (issue4121)
 
   $ cd ..
   $ hg init cwd-vanish
--- a/tests/test-rollback.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-rollback.t	Fri Aug 15 10:47:03 2014 -0500
@@ -96,7 +96,7 @@
   bar
   $ hg bookmark --delete foo
 
-rollback by pretxncommit saves commit message (issue 1635)
+rollback by pretxncommit saves commit message (issue1635)
 
   $ echo a >> a
   $ hg --config hooks.pretxncommit=false commit -m"precious commit message"
--- a/tests/test-shelve.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-shelve.t	Fri Aug 15 10:47:03 2014 -0500
@@ -446,7 +446,7 @@
   $ hg --config extensions.mq=! unshelve
   unshelving change 'test'
 
-shelve should leave dirstate clean (issue 4055)
+shelve should leave dirstate clean (issue4055)
 
   $ cd ..
   $ hg init shelverebase
@@ -475,7 +475,7 @@
 
   $ cd ..
 
-shelve should only unshelve pending changes (issue 4068)
+shelve should only unshelve pending changes (issue4068)
 
   $ hg init onlypendingchanges
   $ cd onlypendingchanges
--- a/tests/test-static-http.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-static-http.t	Fri Aug 15 10:47:03 2014 -0500
@@ -125,7 +125,7 @@
   updating to branch default
   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
-test with "/" URI (issue 747) and subrepo
+test with "/" URI (issue747) and subrepo
 
   $ hg init
   $ hg init sub