##// END OF EJS Templates
histedit: use stable iteration order for processing bookmarks...
histedit: use stable iteration order for processing bookmarks Random dict iteration order caused test failure in test-histedit-bookmark-motion.t.

File last commit:

r17064:168cc52a default
r17084:69dae798 default
Show More
histedit-helpers.sh
8 lines | 228 B | application/x-sh | BashLexer
#!/bin/sh
fixbundle() {
grep -v 'saving bundle' | grep -v 'saved backup' | \
grep -v added | grep -v adding | \
grep -v "unable to find 'e' for patching" | \
grep -v "e: No such file or directory"
}