##// END OF EJS Templates
record: update comment to match code...
Jordi Gutiérrez Hermoso -
r21805:23f32414 default
parent child Browse files
Show More
@@ -603,9 +603,7 b' def dorecord(ui, repo, commitfunc, cmdsu'
603 # patch. Now is the time to delegate the job to
603 # patch. Now is the time to delegate the job to
604 # commit/qrefresh or the like!
604 # commit/qrefresh or the like!
605
605
606 # it is important to first chdir to repo root -- we'll call
606 # Make all of the pathnames absolute.
607 # a highlevel command with list of pathnames relative to
608 # repo root
609 newfiles = [repo.wjoin(nf) for nf in newfiles]
607 newfiles = [repo.wjoin(nf) for nf in newfiles]
610 commitfunc(ui, repo, *newfiles, **opts)
608 commitfunc(ui, repo, *newfiles, **opts)
611
609
General Comments 0
You need to be logged in to leave comments. Login now