i can use hg log either --stat or -p see affected files , diff version revisions. there patches sitting in mq ? see changes brought particular patch without applying first.
patches under mq control not applied not part of repository , such cannot accessed normal mercurial commands.
however patches stored patch files in .hg/patches/ directory, , can directly view patch files. series file lists order in patches going applied.
Comments
Post a Comment