>> "Nicolas" == Nicolas Pouillard
<ertai(a)lrde.epita.fr> writes:
Index: ChangeLog
from Nicolas Pouillard <ertai(a)lrde.epita.fr>
Vcs outputs can now be sorted!.
!. -> !
Excellent ! Et merci pour l'acknow
ledgement.
+ * Sorted outputs:
+ - Vcs now support sorting!!!
supports.
!!! -> .
+ sorting:
+ - !re (NEWS|README|TODO) # These files in first
s/in//
+ - !re src/ # Then the src
directory
+ - !re test/ # Then the test directory
+ - !re parse/ # parse and ast are subdirectories
+ - !re ast/ # present in both src and test
+ - !re \.cc$ # directories. Thus you will get
+ - !re \.hh$ # something like:
+ # - NEWS
+ # - src/parse/a.hh
+ # - src/parse/b.hh
+ # - src/parse/a.cc
+ # - src/parse/b.cc
+ # - src/ast/a.hh
+ # - src/ast/b.hh
+ # - src/ast/a.cc
+ # - src/ast/b.cc
+ # - test/parse/a.hh
+ # - test/parse/a.cc
+ # - test/ast/a.hh
+ # - test/ast/a.cc
Mauvaise indentation à partir de thus.
+ - Affected commands:
"affected": this is a disease?
+ - status
+ - diffw (a more human readable diff)
+ - mk_log_entry
+ - mk_changelog_entry
+ - mk_message_entry
+ - diffstat
+ - message
+ - mk_form
+