mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 22:47:26 +03:00
ab3a7cb21f
Summary: In preparation for merging fb-mercurial sources to the Eden repository, move everything from the top-level directory into an `eden/scm` subdirectory.
7 lines
106 B
Python
7 lines
106 B
Python
def uisetup(ui):
|
|
ui.write(("ext1: uisetup\n"))
|
|
|
|
|
|
def extsetup(ui):
|
|
ui.write(("ext1: extsetup\n"))
|