mercurial/context.py
branchstable
changeset 21973 3178e4989202
parent 21972 8864528874f7
child 21985 7e871e771300
child 21990 48e32c2c499b
equal deleted inserted replaced
21972:8864528874f7 21973:3178e4989202
   318                               listunknown)
   318                               listunknown)
   319         r = ctx2._poststatus(ctx1, r, match, listignored, listclean,
   319         r = ctx2._poststatus(ctx1, r, match, listignored, listclean,
   320                              listunknown)
   320                              listunknown)
   321 
   321 
   322         if reversed:
   322         if reversed:
   323             r[1], r[2], r[3], r[4] = r[2], r[1], r[4], r[3]
   323             # reverse added and removed
       
   324             r[1], r[2] = r[2], r[1]
   324 
   325 
   325         if listsubrepos:
   326         if listsubrepos:
   326             for subpath, sub in scmutil.itersubrepos(ctx1, ctx2):
   327             for subpath, sub in scmutil.itersubrepos(ctx1, ctx2):
   327                 rev2 = ctx2.subrev(subpath)
   328                 rev2 = ctx2.subrev(subpath)
   328                 try:
   329                 try: