We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8016180 commit ed6cbd6Copy full SHA for ed6cbd6
src/lib/source.ts
@@ -66,6 +66,9 @@ export class Perforce extends Base {
66
return parts.join('/')
67
}
68
safeRef(): string {
69
+ return this.changelist()
70
+ }
71
+ safeFullRef(): string {
72
return this.ref().split('//').filter(Boolean).join('-').replace(/\//g, '-').toLowerCase()
73
74
clone({
0 commit comments