Kiln » largefiles » Unity
Clone URL:  

lfcommands: remove unnecessary calls to lfdirstate.status

Changeset 636f153cfcb1

Parent 239ad5bd7f96

by Profile picture of User 521Andrew Pritchard <andrewp@fogcreek.com>

Changes to one file · Browse files at 636f153cfcb1 Showing diff from parent 239ad5bd7f96 Diff from another changeset...

Change 1 of 2 Show Entire File lfcommands.py Stacked
 
384
385
386
387
388
389
390
391
392
 
497
498
499
500
501
502
503
504
505
 
384
385
386
 
 
 
387
388
389
 
494
495
496
 
 
 
497
498
499
@@ -384,9 +384,6 @@
  wlock = repo.wlock()   try:   lfdirstate = lfutil.openlfdirstate(ui, repo) - s = lfdirstate.status(match_.always(repo.root, repo.getcwd()), [], - False, False, False) - unsure, modified, added, removed, missing, unknown, ignored, clean = s     lfiles = lfutil.listlfiles(repo)   @@ -497,9 +494,6 @@
  wlock = repo.wlock()   try:   lfdirstate = lfutil.openlfdirstate(ui, repo) - s = lfdirstate.status(match_.always(repo.root, repo.getcwd()), [], - False, False, False) - unsure, modified, added, removed, missing, unknown, ignored, clean = s     lfiles = lfutil.listlfiles(repo)   at = 0