Mercurial > public > mercurial-scm > hg
log mercurial/filemerge.py @ 26611:a5ff66e6d77a
age | author | description |
---|---|---|
Sun, 11 Oct 2015 20:47:14 -0700 | Siddharth Agarwal | filemerge: break overall filemerge into separate premerge and merge steps |
Sun, 11 Oct 2015 20:04:40 -0700 | Siddharth Agarwal | filemerge: only copy to backup during premerge step |
Sun, 11 Oct 2015 20:02:53 -0700 | Siddharth Agarwal | filemerge: only print out "merging f" output at premerge step |
Thu, 08 Oct 2015 00:19:20 -0700 | Siddharth Agarwal | filemerge: deindent the parts of filemerge outside the try block |
Sun, 11 Oct 2015 20:47:04 -0700 | Siddharth Agarwal | filemerge: introduce a premerge flag and function |
Sun, 11 Oct 2015 12:56:21 -0700 | Siddharth Agarwal | filemerge: also return whether the merge is complete |