gesomax / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Add release tags to the Mercurial repository #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This should fix it:

# HG changeset patch
# User Dirkjan Ochtman <dirkjan@ochtman.nl>
# Date 1260261837 -3600
# Node ID baf2fa58b023fb7b3d46c5fa7985398a4f45c774
# Parent  3e88c07b96c3858fa8dac568e2745573e7aafadd
Add tags to all the releases so far.

diff --git a/.hgtags b/.hgtags
new file mode 100644
--- /dev/null
+++ b/.hgtags
@@ -0,0 +1,5 @@
+93f6fe729fd8875b1896313484c261227d7aa697 0.5.0
+6794f6e97e7e91a00acadf30ae7fe51cb736d30b 0.4.0
+5a70d305fbcfd27f57aa1c7fa2a73400244830ac 0.3.0
+147b4f49f15ee8fd073c9ff8b406ff765fbb730e 0.2.0
+eec9cc65aac47da1aada9dba7ca7d6796bf83e11 0.1.1

Original issue reported on code.google.com by djc.ochtman on 8 Dec 2009 at 8:45

GoogleCodeExporter commented 8 years ago
Looks good, can you put this patch up as an item on codereview.appspot.com?

Original comment by joe.gregorio@gmail.com on 9 Dec 2009 at 2:14

GoogleCodeExporter commented 8 years ago
Done, though this seems like a lot of work given you could just have hg 
import'ed my
patch (which also gets the credit right). Is this something new you're trying?

http://codereview.appspot.com/168042

Original comment by djc.ochtman on 9 Dec 2009 at 2:23

GoogleCodeExporter commented 8 years ago
Yes, I want all patches to go through codereview.appspot.com, it speeds up my 
ability 
to give feedback on patches. Yours was obviously on the small side for that. 
Now 
committed.

Original comment by joe.gregorio@gmail.com on 9 Dec 2009 at 2:38

GoogleCodeExporter commented 8 years ago
Okay, that makes sense, then. Thanks for the quick review!

Original comment by djc.ochtman on 9 Dec 2009 at 2:39