tests/test-histedit-drop.t
changeset 29970 5ad164698626
parent 28519 518a5030acba
equal deleted inserted replaced
29969:862ab1cdb218 29970:5ad164698626
   149   $ hg histedit cb9a9f314b8b --commands - 2>&1 << EOF | fixbundle
   149   $ hg histedit cb9a9f314b8b --commands - 2>&1 << EOF | fixbundle
   150   > pick cb9a9f314b8b a
   150   > pick cb9a9f314b8b a
   151   > pick ee283cb5f2d5 e
   151   > pick ee283cb5f2d5 e
   152   > EOF
   152   > EOF
   153   hg: parse error: missing rules for changeset a4f7421b80f7
   153   hg: parse error: missing rules for changeset a4f7421b80f7
   154   (use "drop a4f7421b80f7" to discard, see also: "hg help -e histedit.config")
   154   (use "drop a4f7421b80f7" to discard, see also: 'hg help -e histedit.config')
   155   $ hg --config histedit.dropmissing=True histedit  cb9a9f314b8b --commands - 2>&1 << EOF | fixbundle
   155   $ hg --config histedit.dropmissing=True histedit  cb9a9f314b8b --commands - 2>&1 << EOF | fixbundle
   156   > EOF
   156   > EOF
   157   hg: parse error: no rules provided
   157   hg: parse error: no rules provided
   158   (use strip extension to remove commits)
   158   (use strip extension to remove commits)
   159   $ hg --config histedit.dropmissing=True histedit  cb9a9f314b8b --commands - 2>&1 << EOF | fixbundle
   159   $ hg --config histedit.dropmissing=True histedit  cb9a9f314b8b --commands - 2>&1 << EOF | fixbundle