0

The documentation is littered with mentions of "applied patches", i.e. in hg qfold, it says "Patches must not yet be applied."

How do I apply a patch, and how do I know when a patch is applied? This concept doesn't seem to appear in the output of hg qser or its --help.

kiminoa
  • 2,649
  • 3
  • 16
  • 17

1 Answers1

0

Once I left the --help behind, I was able to find this:

hg qapplied

Ref: MqTutorial.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
kiminoa
  • 2,649
  • 3
  • 16
  • 17