mercurial
Here are 151 public repositories matching this topic...
-
Updated
Mar 12, 2022 - Python
-
Updated
Mar 10, 2022 - Python
-
Updated
Mar 15, 2022 - Python
-
Updated
Nov 27, 2021
Issue description
Prior to SCM-Manager v2.x, a plugin was available to integrate SCM-Manager with Crowd (Atlassian) for authentication. This plugin does not appear to be available for SCM-Manager v2.
Feature Request
Crowd Authentication Plugin
Problem to be solved
We would like to be able to continue utilizing our current external Crowd user base for authentication to SCM-M
The amendedDiffStatus function at https://github.com/zombiezen/gg/blob/7a34fa369d22ac969419dd375a19c0ee031ebeec/cmd/gg/commit.go#L132 has no unit tests. It should have unit tests.
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Nov 28, 2021 - Java
-
Updated
Jan 14, 2022 - Python
We should have pages in the BitBucket archive for branches, that include a link to the relevant GitHub repository branch page.
-
Updated
Aug 3, 2021 - Shell
-
Updated
Feb 21, 2022 - Shell
-
Updated
Mar 3, 2022 - Python
-
Updated
Mar 9, 2022 - Vim script
-
Updated
Jul 27, 2021
-
Updated
Apr 26, 2018 - Python
Improve this page
Add a description, image, and links to the mercurial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mercurial topic, visit your repo's landing page and select "manage topics."
It should be very easy to implement a command that shows the diff between two commits after rebasing the first command to the second commit's parent(s). This would be useful as part of
jj obslog -p/--diffoutput (that command doesn't accept such a flag yet). (Mercurial'shg obslog -pcurrently gives up when a commit has been rebased.)