Guest User

Untitled

a guest
Nov 14th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. hg grep --all "PATTERN" FILENAME
  2.  
  3. >hg grep --all "textdomain" functions.php
  4. functions.php:2:-:load_theme_textdomain('fiver', get_template_directory() . '/translation');
  5. functions.php:2:+:load_theme_textdomain('fiver', get_template_directory() . '/languages');
  6. functions.php:1:+:load_theme_textdomain('fiver', get_template_directory() . '/translation');
  7.  
  8. hg annotate <file>
  9.  
  10. hg diff -r firstrevisionnumber:otherrevnumber filename
Add Comment
Please, Sign In to add comment