Hello, A new issue has been created and assigned to you:
128 - mtn list databases doesn't show dbs with extension other than '.mtn' Project: monotone Status: New Reported by: Stephen Leake Labels: Type:Incorrect Behavior Priority:Critical Description: Steps to reproduce the problem: ------------------------------- 1. Create a mtn db ~/.monotone/databases/foo.db 2. Create another ~/.monotone/databases/foo.mtn 3. mtn list datbases Expected result: ---------------- show both Actual results: --------------- shows only foo.mtn Output of `mtn version `: 1.0dev ------------------------------- One fix would be to provide a Lua hook to filter the file names in the managed directories (or at least provide the file extension to filter on); call the hook from cmd_list.cc CMD(databases ...), instead of the hardcoded filter that is there now. -- Issue: https://code.monotone.ca/p/monotone/issues/128/ _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
