##// END OF EJS Templates
dispatch: restore a dropped shlex import...
dispatch: restore a dropped shlex import Add test-dispatch as a place for command parsing and dispatch tests.

File last commit:

r4074:0f9381cf default
r4563:8044be58 default
Show More
test-extension.out
15 lines | 293 B | text/plain | TextLexer
/ tests / test-extension.out
Alexis S. L. Carvalho
install reposetup hook right after loading the extension
r4064 uisetup called
Alexis S. L. Carvalho
Try to pass repo.ui to reposetup hooks...
r4074 ui.parentui is None
Alexis S. L. Carvalho
install reposetup hook right after loading the extension
r4064 reposetup called for a
Alexis S. L. Carvalho
Try to pass repo.ui to reposetup hooks...
r4074 ui == repo.ui
Alexis S. L. Carvalho
install reposetup hook right after loading the extension
r4064 Foo
uisetup called
Alexis S. L. Carvalho
Try to pass repo.ui to reposetup hooks...
r4074 ui.parentui is None
Alexis S. L. Carvalho
install reposetup hook right after loading the extension
r4064 reposetup called for a
Alexis S. L. Carvalho
Try to pass repo.ui to reposetup hooks...
r4074 ui == repo.ui
Alexis S. L. Carvalho
install reposetup hook right after loading the extension
r4064 reposetup called for b
Alexis S. L. Carvalho
Try to pass repo.ui to reposetup hooks...
r4074 ui == repo.ui
Alexis S. L. Carvalho
install reposetup hook right after loading the extension
r4064 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
uisetup called
Alexis S. L. Carvalho
Try to pass repo.ui to reposetup hooks...
r4074 ui.parentui is None
Alexis S. L. Carvalho
install reposetup hook right after loading the extension
r4064 Bar