Show More
@@ -1,7 +1,9 b'' | |||
|
1 | 1 | test-abort-checkin.t |
|
2 | 2 | test-absorb-filefixupstate.py |
|
3 | 3 | test-absorb-phase.t |
|
4 | test-absorb-rename.t | |
|
4 | 5 | test-absorb-strip.t |
|
6 | test-absorb.t | |
|
5 | 7 | test-add.t |
|
6 | 8 | test-addremove-similar.t |
|
7 | 9 | test-addremove.t |
@@ -972,6 +972,7 b' def absorbcmd(ui, repo, *pats, **opts):' | |||
|
972 | 972 | |
|
973 | 973 | Returns 0 on success, 1 if all chunks were ignored and nothing amended. |
|
974 | 974 | """ |
|
975 | opts = pycompat.byteskwargs(opts) | |
|
975 | 976 | state = absorb(ui, repo, pats=pats, opts=opts) |
|
976 | 977 | if sum(s[0] for s in state.chunkstats.values()) == 0: |
|
977 | 978 | return 1 |
General Comments 0
You need to be logged in to leave comments.
Login now