##// END OF EJS Templates
fix hg commit . in the repo root
Alexis S. L. Carvalho -
r4252:e14b6980 default
parent child Browse files
Show More
@@ -426,6 +426,8 b' def commit(ui, repo, *pats, **opts):'
426 files = modified + added + removed
426 files = modified + added + removed
427 slist = None
427 slist = None
428 for f in fns:
428 for f in fns:
429 if f == '.':
430 continue
429 if f not in files:
431 if f not in files:
430 rf = repo.wjoin(f)
432 rf = repo.wjoin(f)
431 if f in unknown:
433 if f in unknown:
General Comments 0
You need to be logged in to leave comments. Login now