comparison tests/test-largefiles-misc.t @ 23769:bb3ee61cfaa1

largefiles: don't print files as both large and normal in addremove dryruns
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 31 Dec 2014 18:39:41 -0500
parents 749dc66e9329
children 304e69cb1ee9
comparison
equal deleted inserted replaced
23768:6b1428e55728 23769:bb3ee61cfaa1
260 $ hg addremove -S --dry-run 260 $ hg addremove -S --dry-run
261 adding large.dat as a largefile 261 adding large.dat as a largefile
262 removing subrepo/large.txt 262 removing subrepo/large.txt
263 adding subrepo/normal.txt 263 adding subrepo/normal.txt
264 adding subrepo/renamed-large.txt 264 adding subrepo/renamed-large.txt
265 adding large.dat
266 $ hg status -S 265 $ hg status -S
267 ! subrepo/large.txt 266 ! subrepo/large.txt
268 ? large.dat 267 ? large.dat
269 ? subrepo/normal.txt 268 ? subrepo/normal.txt
270 ? subrepo/renamed-large.txt 269 ? subrepo/renamed-large.txt
293 $ hg -R statusmatch addremove --dry-run -S 292 $ hg -R statusmatch addremove --dry-run -S
294 adding large.dat as a largefile 293 adding large.dat as a largefile
295 removing subrepo/large.txt 294 removing subrepo/large.txt
296 adding subrepo/normal.txt 295 adding subrepo/normal.txt
297 adding subrepo/renamed-large.txt 296 adding subrepo/renamed-large.txt
298 adding large.dat
299 $ cd statusmatch 297 $ cd statusmatch
300 298
301 $ mv subrepo/renamed-large.txt subrepo/large.txt 299 $ mv subrepo/renamed-large.txt subrepo/large.txt
302 $ hg addremove subrepo 300 $ hg addremove subrepo
303 adding subrepo/normal.txt (glob) 301 adding subrepo/normal.txt (glob)