tests/test-config.t
changeset 47919 a28a7dcb9158
parent 47415 b1b3127227be
equal deleted inserted replaced
47918:496a8e383aeb 47919:a28a7dcb9158
   411 Listing all config options
   411 Listing all config options
   412 ==========================
   412 ==========================
   413 
   413 
   414 The feature is experimental and behavior may varies. This test exists to make sure the code is run. We grep it to avoid too much variability in its current experimental state.
   414 The feature is experimental and behavior may varies. This test exists to make sure the code is run. We grep it to avoid too much variability in its current experimental state.
   415 
   415 
   416   $ hg config --exp-all-known | grep commit
   416   $ hg config --exp-all-known | grep commit | grep -v ssh
   417   commands.commit.interactive.git=False
   417   commands.commit.interactive.git=False
   418   commands.commit.interactive.ignoreblanklines=False
   418   commands.commit.interactive.ignoreblanklines=False
   419   commands.commit.interactive.ignorews=False
   419   commands.commit.interactive.ignorews=False
   420   commands.commit.interactive.ignorewsamount=False
   420   commands.commit.interactive.ignorewsamount=False
   421   commands.commit.interactive.ignorewseol=False
   421   commands.commit.interactive.ignorewseol=False