diff options
author | Roger Dingledine <arma@torproject.org> | 2011-04-29 01:35:21 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-04-29 01:35:21 -0400 |
commit | 93b0183d3cae436732b48d36aa9b54964854a0a4 (patch) | |
tree | 898f70a660046197d0c86bcb310a9058dc4ef2c6 /doc | |
parent | 676190e895a94978fbda82527f7ba2dbf8ccda80 (diff) | |
download | tor-93b0183d3cae436732b48d36aa9b54964854a0a4.tar.gz tor-93b0183d3cae436732b48d36aa9b54964854a0a4.zip |
add another heuristic for changes stanzas
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING index 6407ff23eb..633623217d 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -444,6 +444,10 @@ interesting and understandable. Present and imperative tense: not past. + If a given changes stanza showed up in a different release (e.g. + maint-0.2.1), be sure to make the stanzas identical (so people can + distinguish if these are the same change). + 2.5) Merge them in. 2.6) Clean everything one last time. |