Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i see changes in merge request? #1005

Open
lpf763827726 opened this issue Jan 2, 2024 · 0 comments
Open

how can i see changes in merge request? #1005

lpf763827726 opened this issue Jan 2, 2024 · 0 comments

Comments

@lpf763827726
Copy link

lpf763827726 commented Jan 2, 2024

i try to use diff to check source_branch and target_branch last commit, at first, it seemed like everything was normal

but when i try to use revert, diff will keep the revert changes in

my steps:

  1. create aaa in master
  2. create branch dev
  3. create bbb in dev
  4. create merge dev -> master
  5. merged it and revert it
  6. create ccc in dev
  7. create merge dev -> master again

follow this steps, i can't use diff in here, i check diff in this source and target branch last commit, it have 'bbb' and 'ccc' in the same time, but if i try it in git bash, it only have 'ccc'

i was use repo.diff_tree_to_tree and diff.deltas().enumerate()

i don't know is it something wrong with my code, or it really can't use diff in here, please get some suggestions, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant