Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
timeless@mozdev.org
- Fri, 17 Aug 2012 20:58:18
Show More
tests/test-copy.t
0
+1
-1
@@
-139,7
+139,7
b' moving a missing file'
139
foo3 does not exist !
139
foo3 does not exist !
140
$ hg up - qC .
140
$ hg up - qC .
141
141
142
copy -- after to a nonexistant target filename
142
copy -- after to a nonexiste nt target filename
143
$ hg cp - A foo dummy
143
$ hg cp - A foo dummy
144
foo : not recording copy - dummy does not exist
144
foo : not recording copy - dummy does not exist
145
145
tests/test-hook.t
0
+2
-2
@@
-529,12
+529,12
b' test python hook configured with python:'
529
[1]
529
[1]
530
530
531
$ echo ' [ hooks ] ' > .hg/hgrc
531
$ echo ' [ hooks ] ' > .hg/hgrc
532
$ echo "update.ne = python:`pwd`/nonexisting.py:testhook" >> .hg/hgrc
532
$ echo "update.ne = python:`pwd`/nonexistent .py:testhook" >> .hg/hgrc
533
$ echo "pre-identify.npmd = python:`pwd`/:no_python_module_dir" >> .hg/hgrc
533
$ echo "pre-identify.npmd = python:`pwd`/:no_python_module_dir" >> .hg/hgrc
534
534
535
$ hg up null
535
$ hg up null
536
loading update.ne hook failed:
536
loading update.ne hook failed:
537
abort: No such file or directory: $TESTTMP/d/repo/nonexisting.py
537
abort: No such file or directory: $TESTTMP/d/repo/nonexistent .py
538
[255]
538
[255]
539
539
540
$ hg id
540
$ hg id
tests/test-merge-tools.t
0
+4
-4
tests/test-mq-qimport.t
0
+1
-1
@@
-240,7
+240,7
b' qimport -e --name with --force'
240
240
241
qimport with bad name , should abort before reading file
241
qimport with bad name , should abort before reading file
242
242
243
$ hg qimport non - existant - file -- name . hg
243
$ hg qimport non - existe nt - file -- name . hg
244
abort : patch name cannot begin with ".hg"
244
abort : patch name cannot begin with ".hg"
245
[ 255 ]
245
[ 255 ]
246
246
tests/test-mq-qrefresh.t
0
+1
-1
@@
-207,7
+207,7
b' qrefresh --short tests:'
207
207
208
$ echo 'orphan' > orphanchild
208
$ echo 'orphan' > orphanchild
209
$ hg add orphanchild
209
$ hg add orphanchild
210
$ hg qrefresh nonexistingfilename # clear patch
210
$ hg qrefresh nonexistent filename # clear patch
211
$ hg qrefresh -- short 1 / base
211
$ hg qrefresh -- short 1 / base
212
$ hg qrefresh -- short 2 / base
212
$ hg qrefresh -- short 2 / base
213
213
tests/test-qrecord.t
0
+3
-3
@@
-108,9
+108,9
b' qrecord patch (mq not present)'
108
108
109
help ( bad mq )
109
help ( bad mq )
110
110
111
$ echo "mq=nonexistant" >> $ HGRCPATH
111
$ echo "mq=nonexiste nt" >> $ HGRCPATH
112
$ hg help qrecord
112
$ hg help qrecord
113
* * * failed to import extension mq from nonexistant : [ Errno 2 ] * ( glob )
113
* * * failed to import extension mq from nonexiste nt : [ Errno 2 ] * ( glob )
114
hg qrecord [ OPTION ]... PATCH [ FILE ]...
114
hg qrecord [ OPTION ]... PATCH [ FILE ]...
115
115
116
interactively record a new patch
116
interactively record a new patch
@@
-121,7
+121,7
b' help (bad mq)'
121
121
122
help ( mq present )
122
help ( mq present )
123
123
124
$ sed 's/mq=nonexistant/mq=/' $ HGRCPATH > hgrc . tmp
124
$ sed 's/mq=nonexiste nt/mq=/' $ HGRCPATH > hgrc . tmp
125
$ mv hgrc . tmp $ HGRCPATH
125
$ mv hgrc . tmp $ HGRCPATH
126
126
127
$ hg help qrecord
127
$ hg help qrecord
tests/test-rename.t
0
+1
-1
@@
-66,7
+66,7
b' rename --after a single file when src an'
66
1 files updated , 0 files merged , 0 files removed , 0 files unresolved
66
1 files updated , 0 files merged , 0 files removed , 0 files unresolved
67
$ rm d2 / c
67
$ rm d2 / c
68
68
69
rename -- after a single file to a nonexistant target filename
69
rename -- after a single file to a nonexiste nt target filename
70
70
71
$ hg rename -- after d1 / a dummy
71
$ hg rename -- after d1 / a dummy
72
d1 / a : not recording move - dummy does not exist ( glob )
72
d1 / a : not recording move - dummy does not exist ( glob )
tests/test-symlinks.t
0
+1
-1
@@
-46,7
+46,7
b' test what happens if we want to trick hg'
46
$ rm dir / a . o
46
$ rm dir / a . o
47
$ rm dir / b . o
47
$ rm dir / b . o
48
$ mkdir dir / a . o
48
$ mkdir dir / a . o
49
$ ln - s nonexist dir / b . o
49
$ ln - s nonexistent dir / b . o
50
$ mkfifo a . c
50
$ mkfifo a . c
51
51
52
it should show a . c , dir / a . o and dir / b . o deleted
52
it should show a . c , dir / a . o and dir / b . o deleted
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages