Mercurial > hg > mercurial-source
comparison tests/test-acl.out @ 8142:912bfef12ba6
ui: fold readsections into readconfig
readconfig now reads only single files
readconfig takes an optional list of sections
readconfig trusts files we're looking for sections in
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 23 Apr 2009 15:40:10 -0500 |
parents | 7bf7c073375e |
children | 6b9ec23b09fc |
comparison
equal
deleted
inserted
replaced
8141:e40b629bedd1 | 8142:912bfef12ba6 |
---|---|
471 adding foo/Bar/file.txt revisions | 471 adding foo/Bar/file.txt revisions |
472 adding foo/file.txt revisions | 472 adding foo/file.txt revisions |
473 adding quux/file.py revisions | 473 adding quux/file.py revisions |
474 added 3 changesets with 3 changes to 3 files | 474 added 3 changesets with 3 changes to 3 files |
475 calling hook pretxnchangegroup.acl: hgext.acl.hook | 475 calling hook pretxnchangegroup.acl: hgext.acl.hook |
476 error: pretxnchangegroup.acl hook failed: unable to open ../acl.config: No such file or directory | 476 error: pretxnchangegroup.acl hook raised an exception: [Errno 2] No such file or directory: '../acl.config' |
477 transaction abort! | 477 transaction abort! |
478 rollback completed | 478 rollback completed |
479 abort: unable to open ../acl.config: No such file or directory | 479 abort: No such file or directory: ../acl.config |
480 no rollback information available | 480 no rollback information available |
481 0:6675d58eff77 | 481 0:6675d58eff77 |
482 | 482 |
483 betty is allowed inside foo/ by a acl.config file | 483 betty is allowed inside foo/ by a acl.config file |
484 Pushing as user betty | 484 Pushing as user betty |