diff options
Diffstat (limited to 'git_refs.py')
-rw-r--r-- | git_refs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git_refs.py b/git_refs.py index ac8ed0c1..b24a0b4e 100644 --- a/git_refs.py +++ b/git_refs.py | |||
@@ -21,7 +21,6 @@ HEAD = 'HEAD' | |||
21 | R_HEADS = 'refs/heads/' | 21 | R_HEADS = 'refs/heads/' |
22 | R_TAGS = 'refs/tags/' | 22 | R_TAGS = 'refs/tags/' |
23 | R_PUB = 'refs/published/' | 23 | R_PUB = 'refs/published/' |
24 | R_M = 'refs/remotes/m/' | ||
25 | 24 | ||
26 | 25 | ||
27 | class GitRefs(object): | 26 | class GitRefs(object): |