mercurial
Here are 151 public repositories matching this topic...
-
Updated
Mar 2, 2022 - Python
-
Updated
Jan 22, 2022 - Python
-
Updated
Feb 20, 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
Jan 15, 2022 - TypeScript
-
Updated
Nov 28, 2021 - Java
-
Updated
Jan 14, 2022 - Python
-
Updated
Aug 3, 2021 - Shell
We should have pages in the BitBucket archive for branches, that include a link to the relevant GitHub repository branch page.
-
Updated
Feb 21, 2022 - Shell
-
Updated
Mar 3, 2022 - Python
-
Updated
Feb 25, 2022 - Vim script
-
Updated
Sep 19, 2020 - Go
-
Updated
Jul 27, 2021
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/--diff
output (that command doesn't accept such a flag yet). (Mercurial'shg obslog -p
currently gives up when a commit has been rebased.)