summaryrefslogtreecommitdiffstats
path: root/git_refs.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_refs.py')
-rw-r--r--git_refs.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/git_refs.py b/git_refs.py
index debd4cbf..02b98cba 100644
--- a/git_refs.py
+++ b/git_refs.py
@@ -18,12 +18,12 @@ import os
18from repo_trace import Trace 18from repo_trace import Trace
19import platform_utils 19import platform_utils
20 20
21HEAD = 'HEAD' 21HEAD = 'HEAD'
22R_CHANGES = 'refs/changes/' 22R_CHANGES = 'refs/changes/'
23R_HEADS = 'refs/heads/' 23R_HEADS = 'refs/heads/'
24R_TAGS = 'refs/tags/' 24R_TAGS = 'refs/tags/'
25R_PUB = 'refs/published/' 25R_PUB = 'refs/published/'
26R_M = 'refs/remotes/m/' 26R_M = 'refs/remotes/m/'
27 27
28 28
29class GitRefs(object): 29class GitRefs(object):