Comments
Patch
@@ -19,6 +19,7 @@
"bookmarks": (bookmarks.pushbookmark, bookmarks.listbookmarks),
"phases": (phases.pushphase, phases.listphases),
"obsolete": (obsolete.pushmarker, obsolete.listmarkers),
+ "schemas": (lambda *x: False, lambda repo: repo.schemas),
}
def register(namespace, pushkey, listkeys):
@@ -54,6 +54,7 @@
namespaces
obsolete
phases
+ schemas
$ hg debugpushkey ../a bookmarks
X 4e3505fd95835d721066b76e75dbb8cc554d7f77
Y 4e3505fd95835d721066b76e75dbb8cc554d7f77
@@ -340,6 +341,7 @@
namespaces
obsolete
phases
+ schemas
$ hg debugpushkey http://localhost:$HGPORT/ bookmarks
@ 9b140be1080824d768c5a4691a564088eede71f9
X 9b140be1080824d768c5a4691a564088eede71f9
@@ -167,6 +167,7 @@
bookmarks
namespaces
phases
+ schemas
$ hg book foo -r 0
$ hg out -B
comparing with ssh://user@dummy/remote